Remove targetPort from deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 15:25:36 +07:00
parent 764febed2b
commit 9ce3c7f6f8

View File

@ -28,7 +28,6 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 32166 port: 32166
targetPort: 80
type: NodePort type: NodePort
--- ---
apiVersion: v1 apiVersion: v1