Skip to content

Commit e3915a9

Browse files
author
Jeff McCormick
committed
change postgres-operator service to be of type ClusterIP
1 parent ff42246 commit e3915a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"selector": {
1818
"name": "postgres-operator"
1919
},
20-
"type": "NodePort",
20+
"type": "ClusterIP",
2121
"sessionAffinity": "None"
2222
}
2323
}

0 commit comments

Comments
 (0)