Skip to content

Commit c59c6be

Browse files
Fixed port for healthcheck
1 parent ef25f6c commit c59c6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-app/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
imagePullPolicy: {{ .Values.image.pullPolicy }}
3030
ports:
3131
- name: http
32-
containerPort: 80
32+
containerPort: 8080
3333
protocol: TCP
3434
livenessProbe:
3535
httpGet:

0 commit comments

Comments
 (0)