Merge pull request 'Updated pgadmin to use a new port and use the correct nodeAffinity statement' (#24) from dev into main
Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
@@ -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
|
||||
nodePort: 32081
|
||||
Reference in New Issue
Block a user