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:
parent
f442255833
commit
d1eae1546e
|
|
@ -6,8 +6,6 @@ server:
|
|||
memory: 256Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: ubuntu-4gb-nbg1-1
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue