From 83e191252b45f0b971a1400b7c2d64d36b5423a2 Mon Sep 17 00:00:00 2001 From: Khwezi Date: Sun, 12 Apr 2026 11:45:46 +0200 Subject: [PATCH] Updated pgadmin to use a new port and use the correct nodeAffinity statement --- kubernetes-templates/pgadmin.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kubernetes-templates/pgadmin.yml b/kubernetes-templates/pgadmin.yml index e2d48a3..3dab91d 100644 --- a/kubernetes-templates/pgadmin.yml +++ b/kubernetes-templates/pgadmin.yml @@ -58,8 +58,6 @@ spec: - matchExpressions: - key: node-role.kubernetes.io/control-plane operator: DoesNotExist - - key: node-role.kubernetes.io/master - operator: DoesNotExist securityContext: runAsUser: 5050 fsGroup: 5050 @@ -111,4 +109,4 @@ spec: protocol: TCP port: 80 targetPort: 80 - nodePort: 32080 \ No newline at end of file + nodePort: 32081 \ No newline at end of file