Initial commit
This commit is contained in:
commit
c029592583
31 changed files with 39732 additions and 0 deletions
38
charts/argocd/upstream-values.yaml
Normal file
38
charts/argocd/upstream-values.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue