feat: kube-state-metrics, Restic ExternalSecret, updated dashboards #9

Merged
greg merged 7 commits from klaatu/nixos:fix/observability-complete into main 2026-03-27 13:27:30 +00:00
Showing only changes of commit d713e5104c - Show all commits
+6
View File
@@ -41,6 +41,9 @@ spec:
subPath: alerts.yml
- name: prometheus-storage-volume
mountPath: /prometheus
- name: restic-credentials
mountPath: /etc/prometheus/secrets/restic
readOnly: true
restartPolicy: Always
volumes:
- name: prometheus-config-values
@@ -54,3 +57,6 @@ spec:
- name: prometheus-storage-volume
persistentVolumeClaim:
claimName: prometheus-data
- name: restic-credentials
secret:
secretName: restic-credentials