updated helm chart template configuration files

This commit is contained in:
Sebastian Wendel 2022-06-08 11:33:55 +02:00
parent 18b6cf5427
commit 3870b11061
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.service.ports.http }}
protocol: TCP
livenessProbe:
httpGet: