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

Merged
khwezi merged 1 commits from dev into main 2026-04-12 11:46:16 +02:00
Showing only changes of commit 83e191252b - Show all commits

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