fix port number

This commit is contained in:
Andrew Suderman 2020-02-26 16:48:47 -07:00
parent c5efe0a401
commit 95bb3832d2
No known key found for this signature in database
GPG key ID: 9C9CAE7EC2133DB7
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ spec:
resources:
{{- toYaml .Values.server.resources | nindent 12 }}
ports:
- containerPort: 2754
- containerPort: 2746
protocol: TCP
{{- with .Values.server.nodeSelector }}
nodeSelector:

View file

@ -21,7 +21,7 @@ spec:
name: {{ .Values.server.service.port.name }}
{{- end }}
protocol: TCP
targetPort: 2754
targetPort: 2746
selector:
app: {{ .Release.Name }}-{{ .Values.server.name }}
sessionAffinity: None