fix old template var

This commit is contained in:
Nicholas St. Germain 2020-09-05 00:28:40 -05:00
parent 90daf5bcf1
commit 8999baca25
No known key found for this signature in database
GPG Key ID: 7221152119DAB1E6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ spec:
name: {{ template "media-common.fullname" . }}
ports:
- name: http
containerPort: {{ template "media-common.portSelector" . }}
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
tcpSocket:

View File

@ -41,7 +41,7 @@ spec:
name: {{ template "media-common.fullname" . }}
ports:
- name: http
containerPort: {{ template "media-common.portSelector" . }}
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
tcpSocket: