Compare commits
7 commits
b5b8dfd701
...
cc4bc4641e
Author | SHA1 | Date | |
---|---|---|---|
cc4bc4641e | |||
7d55efb333 | |||
510a813635 | |||
87bf3997cf | |||
e5e5e232fa | |||
621d2b6931 | |||
6cf09d4a61 |
6 changed files with 6 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./claim.yaml
|
||||
- ./nfs.yaml
|
||||
- ./minio.yaml
|
||||
- ./r2.yaml
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue