mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix: bind prometheus operator to same node with volume
No shared volumes (yet), so have to bind deployment to the node with the volume
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/zone: abel
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user