fix(victoriametrics): Remove nodeselector for old node

The node ubuntu-4gb-nbg1-1 was drained and exchanged with a new x86 C33 machine. So the nodeselctor needs to be removed.
This commit is contained in:
Felix Wolf 2026-04-12 17:30:26 +02:00
parent f442255833
commit d1eae1546e
2 changed files with 0 additions and 4 deletions

View file

@ -6,8 +6,6 @@ server:
memory: 256Mi
limits:
memory: 512Mi
nodeSelector:
kubernetes.io/hostname: ubuntu-4gb-nbg1-1
persistentVolume:
enabled: true
size: 10Gi

View file

@ -75,8 +75,6 @@ spec:
name: server-volume
- mountPath: /scrapeconfig
name: scrapeconfig
nodeSelector:
kubernetes.io/hostname: ubuntu-4gb-nbg1-1
securityContext: {}
serviceAccountName: victoria-metrics-single-server
terminationGracePeriodSeconds: 60