mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
fix old template var
This commit is contained in:
parent
90daf5bcf1
commit
8999baca25
@ -40,7 +40,7 @@ spec:
|
|||||||
name: {{ template "media-common.fullname" . }}
|
name: {{ template "media-common.fullname" . }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ template "media-common.portSelector" . }}
|
containerPort: {{ .Values.service.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
@ -41,7 +41,7 @@ spec:
|
|||||||
name: {{ template "media-common.fullname" . }}
|
name: {{ template "media-common.fullname" . }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ template "media-common.portSelector" . }}
|
containerPort: {{ .Values.service.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
Loading…
Reference in New Issue
Block a user