Allow postgresql on regular yc-k8s-test-02 nodes

This commit is contained in:
Kochetkov S 2026-05-28 18:52:10 +03:00
parent 3e3ba52a04
commit a328912649

View File

@ -82,13 +82,6 @@ spec:
timeoutSeconds: 5 timeoutSeconds: 5
successThreshold: 1 successThreshold: 1
failureThreshold: 6 failureThreshold: 6
nodeSelector:
dedicated: db
tolerations:
- key: dedicated
operator: Equal
value: db
effect: NoSchedule
contour: contour:
enabled: true enabled: true
adminUser: "postgres" adminUser: "postgres"