changed port

Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
This commit is contained in:
Raghavi Shirur 2023-11-06 19:07:13 +05:30
parent c9bfc746e3
commit 79f582382d
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ spec:
- name: http
containerPort: {{ .Values.containerPort }}
protocol: TCP
livenessProbe:
livenessProbe:
{{ toYaml .Values.livenessProbe | indent 12 }}
readinessProbe:
readinessProbe:
{{ toYaml .Values.readinessProbe | indent 12 }}
resources:
{{ toYaml .Values.resources | indent 12 }}