fix container port
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user