38 lines
540 B
YAML
38 lines
540 B
YAML
|
|
configs:
|
||
|
|
cm:
|
||
|
|
url: http://www.symcrest.com/internal/ops/argocd
|
||
|
|
|
||
|
|
params:
|
||
|
|
server.insecure: true
|
||
|
|
server.basehref: /internal/ops/argocd
|
||
|
|
server.rootpath: /internal/ops/argocd
|
||
|
|
|
||
|
|
controller:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
|
||
|
|
server:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
service:
|
||
|
|
type: ClusterIP
|
||
|
|
|
||
|
|
repoServer:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
|
||
|
|
dex:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
|
||
|
|
redis:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
|
||
|
|
notifications:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|
||
|
|
|
||
|
|
applicationSet:
|
||
|
|
nodeSelector:
|
||
|
|
workload: app
|