Updated pgadmin to use a new port and use the correct nodeAffinity statement

This commit is contained in:
Khwezi
2026-04-12 11:45:46 +02:00
parent 2fd9e9d0c2
commit 83e191252b

View File

@@ -58,8 +58,6 @@ spec:
- matchExpressions: - matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
operator: DoesNotExist operator: DoesNotExist
- key: node-role.kubernetes.io/master
operator: DoesNotExist
securityContext: securityContext:
runAsUser: 5050 runAsUser: 5050
fsGroup: 5050 fsGroup: 5050
@@ -111,4 +109,4 @@ spec:
protocol: TCP protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 80
nodePort: 32080 nodePort: 32081