Add NodePort and servicePort to deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 15:33:00 +07:00
parent 652930cf19
commit c62cdc245f

View File

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