change port

master
Marius Ensrud 4 years ago
parent d9b870be83
commit 4c542377df

@ -36,7 +36,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 8081
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: "80" value: "8081"
volumes: volumes:
- name: stations - name: stations
configMap: configMap:

@ -66,7 +66,7 @@ securityContext:
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 8081
ingress: ingress:
enabled: false enabled: false

Loading…
Cancel
Save