postgres service 변경 ClusterIP -> NodePort
This commit is contained in:
@@ -6,9 +6,9 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: postgres
|
app: postgres
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: NodePort
|
||||||
ports:
|
ports:
|
||||||
- port: 5432
|
- port: 5432
|
||||||
# nodePort: 5432
|
nodePort: 31020
|
||||||
selector:
|
selector:
|
||||||
app: postgres
|
app: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user