Compare commits

..

1 Commits

Author SHA1 Message Date
Gaurav Gupta 39f56d9311
Merge d27490af52 into 53e28ff20c 2023-04-19 18:12:37 +05:30
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