From 487dc8a49112c19e3854ffd2149da0b6b41b5e75 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Wed, 24 Jan 2024 14:26:30 -0800 Subject: [PATCH] Remove hostport from hotcrp --- hotcrp/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hotcrp/templates/deployment.yaml b/hotcrp/templates/deployment.yaml index 956fc1f..2e09022 100644 --- a/hotcrp/templates/deployment.yaml +++ b/hotcrp/templates/deployment.yaml @@ -65,7 +65,6 @@ spec: {{- end }} ports: - containerPort: 9000 - hostPort: 9000 protocol: TCP # livenessProbe: # httpGet: