Skip to content

Commit

Permalink
Fixed port for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis-codefresh committed Nov 17, 2021
1 parent ef25f6c commit c59c6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit c59c6be

Please sign in to comment.