changed port

Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
This commit is contained in:
Raghavi Shirur 2023-11-06 17:58:25 +05:30
parent 5b0d79e75b
commit 7024c003c8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}