From b60af2fa4bcc6abb0e9d71123ec2a1db4650195f Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@hebeler.club> Date: Wed, 1 Mar 2023 10:43:16 +0100 Subject: [PATCH] fixed container port --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index add7a68..16a334a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 80 + containerPort: 300 protocol: TCP livenessProbe: httpGet: -- GitLab