fix container port

This commit is contained in:
Iain Sproat
2025-04-01 14:54:03 +01:00
parent dfc37a1a96
commit 8ec6e2677d
2 changed files with 3 additions and 2 deletions
@@ -43,7 +43,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: metrics
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.port }}
protocol: TCP
env:
- name: HOST
@@ -51,7 +51,8 @@ host: '0.0.0.0'
## @param port
## @descriptionStart
## The port on which the preview service will listen for incoming requests.
## The port on which the preview service container will listen for incoming requests.
## This can differ from the service port, see service.port.
## @descriptionEnd
port: '3001'