Fixing container port
This commit is contained in:
parent
2c3a25bd66
commit
f08cabca55
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ spec:
|
|||
{{- toYaml .Values.server.resources | nindent 12 }}
|
||||
{{- if .Values.server.metricsConfig.enabled }}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 2754
|
||||
{{- end }}
|
||||
{{- with .Values.server.nodeSelector }}
|
||||
nodeSelector:
|
||||
|
|
Loading…
Reference in a new issue