Update targetPort in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 15:28:28 +07:00
parent 9ce3c7f6f8
commit 652930cf19

View File

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