mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 03:17:58 +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:
|
prometheus:
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
|
nodeSelector:
|
||||||
|
topology.kubernetes.io/zone: abel
|
||||||
storageSpec:
|
storageSpec:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user