mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-12 09:23:55 +01:00
Template variable for container port (#251)
Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com>
This commit is contained in:
parent
53e28ff20c
commit
d7927a27b4
@ -26,7 +26,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
containerPort: {{ .Values.containerPort }}
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@ -9,6 +9,8 @@ image:
|
||||
tag: 0.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
containerPort: 80
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
Loading…
Reference in New Issue
Block a user