Add the external-svc app and deploy it to proxy tdc-aren that is running outide of the k8s cluster
This commit is contained in:
parent
8cd792bfe8
commit
fbda28f48a
1 changed files with 6 additions and 4 deletions
|
@ -15,14 +15,16 @@ spec:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
elements:
|
elements:
|
||||||
|
- app: c12s
|
||||||
|
overlay: prod
|
||||||
|
# - app: argocd
|
||||||
|
# overlay: prod
|
||||||
- app: k8s-poc-demo
|
- app: k8s-poc-demo
|
||||||
overlay: prod
|
overlay: prod
|
||||||
- app: k8s-poc-demo
|
- app: k8s-poc-demo
|
||||||
overlay: test
|
overlay: test
|
||||||
# - app: argocd
|
- app: external-svc
|
||||||
# overlay: prod
|
overlay: tdc-aren
|
||||||
- app: c12s
|
|
||||||
overlay: prod
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{app}}-{{overlay}}'
|
name: '{{app}}-{{overlay}}'
|
||||||
|
|
Loading…
Reference in a new issue