@ -36,7 +36,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 8081
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
@ -58,7 +58,7 @@ spec:
name: ycast-volume
env:
- name: YCAST_PORT
value: "8081"
value: "{{ .Values.service.port }}"
volumes:
- name: stations
configMap:
@ -12,4 +12,4 @@ spec:
- Ingress
ingress:
- ports:
- port: 80
- port: {{ .Values.service.port }}