laste3
This commit is contained in:
parent
52b614615b
commit
ebf5a329b0
|
|
@ -315,7 +315,7 @@ spec:
|
|||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: argocd-applicationset-controller
|
||||
ports:
|
||||
- containerPort: 7000
|
||||
|
|
@ -410,7 +410,7 @@ spec:
|
|||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
image: harbor.nativedeck.com/nd002-rc.1/dexidp/dex:v2.38.0
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: dex
|
||||
ports:
|
||||
- containerPort: 5556
|
||||
|
|
@ -439,7 +439,7 @@ spec:
|
|||
- /usr/local/bin/argocd
|
||||
- /shared/argocd-dex
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: copyutil
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -522,7 +522,7 @@ spec:
|
|||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 9001
|
||||
|
|
@ -607,7 +607,7 @@ spec:
|
|||
key: auth
|
||||
name: argocd-redis
|
||||
image: harbor.nativedeck.com/nd002-rc.1/redis:7.0.15-alpine
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: redis
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
|
@ -877,7 +877,7 @@ spec:
|
|||
- name: HELM_DATA_HOME
|
||||
value: /helm-working-dir
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
|
|
@ -1252,7 +1252,7 @@ spec:
|
|||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz?full=true
|
||||
|
|
@ -1552,7 +1552,7 @@ spec:
|
|||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
image: harbor.nativedeck.com/nd002-rc.1/argoproj/argocd:v2.12.3
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: argocd-application-controller
|
||||
ports:
|
||||
- containerPort: 8082
|
||||
|
|
|
|||
Loading…
Reference in New Issue