Merge branch 'argoproj:master' into master

This commit is contained in:
orenevan 2024-02-03 15:01:19 +02:00 committed by GitHub
commit e0264031b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

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

View File

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