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
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
limits:
memory: 16Gi
defaultPodOptions:
nodeSelector: # ~~testing~~
kubernetes.io/hostname: gandalf-01
securityContext:
runAsNonRoot: true
runAsUser: 568

View file

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

View file

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

View file

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

View file

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

View file

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