Skip to content

Commit 5e44690

Browse files
committed
Remove nodePort check
valid nodePorts can differ between clusters making it difficult to automate these checks.
1 parent 54a12cc commit 5e44690

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

testing/kuttl/e2e/replica-service/files/np-check.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ spec:
66
type: NodePort
77
ports:
88
- name: postgres
9-
nodePort: 30789
109
port: 5432
1110
protocol: TCP
1211
targetPort: postgres

testing/kuttl/e2e/replica-service/files/np-cluster.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ metadata:
55
spec:
66
replicaService:
77
type: NodePort
8-
nodePort: 30789

0 commit comments

Comments
 (0)