Compare commits

..

No commits in common. "87bf3997cfba8d6c119b40f34883e976c92ec7f7" and "6cf09d4a61279e8f3c9aa7cf6001df8cc22411d1" have entirely different histories.

3 changed files with 6 additions and 2 deletions

View file

@ -196,6 +196,9 @@ 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

@ -74,7 +74,7 @@ spec:
memory: 8Gi
defaultPodOptions:
nodeSelector: # ~~testing~~
kubernetes.io/hostname: gandalf-01
kubernetes.io/hostname: shadowfax-01
securityContext:
runAsNonRoot: true
runAsUser: 568

View file

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