From c62cdc245f96529c53d4923d4adeb8790eeb2e20 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Mon, 15 Jan 2024 15:33:00 +0700 Subject: [PATCH] Add NodePort and servicePort to deployment.yaml --- deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index a27fc2c..b3336f1 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -27,7 +27,9 @@ spec: app: apkt-eis ports: - protocol: TCP + nodeport: 32166 targetPort: 80 + servicePort: 80 type: NodePort --- apiVersion: v1