changed port

Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
This commit is contained in:
Raghavi Shirur 2023-11-06 18:16:52 +05:30
parent 7024c003c8
commit 9e6b9aaec8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@
replicaCount: 3
container:
port: 8080
port: 80
image:
repository: quay.io/ablock/gitops-helm-quarkus