Update service name and ports in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 15:05:47 +07:00
parent 8c46bbb9c2
commit 6fedf73e0d

View File

@ -21,12 +21,13 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: apkt-eis-node
name: apkt-eis-service
spec:
type: NodePort
ports:
- port: 80
nodePort: 32166
name: http
selector:
name: apkt-eis
app: apkt-eis
ports:
- protocol: TCP
port: 80
targetPort: 80
type: NodePort