master
Marius Ensrud 4 years ago
parent 4c542377df
commit b6d37d1fee

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

@ -12,4 +12,4 @@ spec:
- Ingress - Ingress
ingress: ingress:
- ports: - ports:
- port: 80 - port: {{ .Values.service.port }}

Loading…
Cancel
Save