Compare commits

..

7 commits

Author SHA1 Message Date
cc4bc4641e Update image ghcr.io/zwave-js/zwave-js-ui to v9.27.5 2024-11-22 11:04:54 +00:00
7d55efb333
test 2024-11-21 22:03:39 -06:00
510a813635
yeet limits? 2024-11-21 21:55:30 -06:00
87bf3997cf
installed locally 2024-11-21 21:47:41 -06:00
e5e5e232fa
not used 2024-11-21 21:47:21 -06:00
621d2b6931
move qb to new node 2024-11-21 21:47:09 -06:00
6cf09d4a61
back to minio 2024-11-21 10:53:02 -06:00
6 changed files with 6 additions and 19 deletions

View file

@ -75,12 +75,9 @@ spec:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] } capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
limits:
memory: 16Gi
defaultPodOptions: defaultPodOptions:
nodeSelector: # ~~testing~~
kubernetes.io/hostname: gandalf-01
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 568 runAsUser: 568

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/zwave-js/zwave-js-ui repository: ghcr.io/zwave-js/zwave-js-ui
tag: 9.27.4@sha256:06b70f723e189f367faf95813f286850fb797f99cf9bf05b7888ff4ea85e6b24 tag: 9.27.5@sha256:82e230d863b8504494770f5f28c8f69d3ea9bdfe221fc379af25f11cee9a4330
env: env:
TZ: America/Chicago TZ: America/Chicago
PORT: &port 80 PORT: &port 80

View file

@ -196,9 +196,6 @@ spec:
cert-manager: cert-manager:
url: https://gitlab.com/uneeq-oss/cert-manager-mixin/-/raw/master/dashboards/cert-manager.json?ref_type=heads url: https://gitlab.com/uneeq-oss/cert-manager-mixin/-/raw/master/dashboards/cert-manager.json?ref_type=heads
datasource: Prometheus datasource: Prometheus
dcgm-exporter:
url: https://raw.githubusercontent.com/NVIDIA/dcgm-exporter/main/grafana/dcgm-exporter-dashboard.json
datasource: Prometheus
external-secrets: external-secrets:
url: https://raw.githubusercontent.com/external-secrets/external-secrets/main/docs/snippets/dashboard.json url: https://raw.githubusercontent.com/external-secrets/external-secrets/main/docs/snippets/dashboard.json
datasource: Prometheus datasource: Prometheus

View file

@ -66,15 +66,9 @@ spec:
capabilities: capabilities:
drop: drop:
- ALL - ALL
resources:
requests:
cpu: 100m
memory: 1024Mi
limits:
memory: 8Gi
defaultPodOptions: defaultPodOptions:
nodeSelector: # ~~testing~~ nodeSelector: # ~~testing~~
kubernetes.io/hostname: shadowfax-01 kubernetes.io/hostname: gandalf-01
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 568 runAsUser: 568

View file

@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ./claim.yaml - ./claim.yaml
- ./nfs.yaml - ./minio.yaml
- ./r2.yaml - ./r2.yaml

View file

@ -15,8 +15,6 @@ pkgs.mkShell {
gitleaks gitleaks
helmfile helmfile
k9s k9s
krew
kubectl
kubevirt kubevirt
kubernetes-helm kubernetes-helm
pre-commit pre-commit
@ -25,5 +23,6 @@ pkgs.mkShell {
mqttui mqttui
kustomize kustomize
yq-go yq-go
go-task
]; ];
} }