diff --git a/deployment.yaml b/deployment.yaml index a89a1fc..ed235a5 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -27,8 +27,9 @@ spec: app: apkt-eis ports: - protocol: TCP - nodeport: 32166 + port: 80 targetPort: 80 + nodePort: 32166 type: NodePort --- apiVersion: v1