Compare commits

..

1 Commits

Author SHA1 Message Date
Dave Czerniawski a9ec0ff596
Merge ea65d90b0a into 53e28ff20c 2022-11-14 15:36:43 -08:00
2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.containerPort }}
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:

View File

@ -9,8 +9,6 @@ image:
tag: 0.1
pullPolicy: IfNotPresent
containerPort: 80
service:
type: ClusterIP
port: 80