Fixing container port

This commit is contained in:
Andrew Suderman 2020-02-26 16:36:55 -07:00
parent 2c3a25bd66
commit f08cabca55
No known key found for this signature in database
GPG key ID: 9C9CAE7EC2133DB7

View file

@ -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: