Update port configuration in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 15:33:59 +07:00
parent f037d89d5f
commit 2018b82283

View File

@ -27,8 +27,9 @@ spec:
app: apkt-eis
ports:
- protocol: TCP
nodeport: 32166
port: 80
targetPort: 80
nodePort: 32166
type: NodePort
---
apiVersion: v1