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:
|
||||
- list:
|
||||
elements:
|
||||
- app: c12s
|
||||
overlay: prod
|
||||
# - app: argocd
|
||||
# overlay: prod
|
||||
- app: k8s-poc-demo
|
||||
overlay: prod
|
||||
- app: k8s-poc-demo
|
||||
overlay: test
|
||||
# - app: argocd
|
||||
# overlay: prod
|
||||
- app: c12s
|
||||
overlay: prod
|
||||
- app: external-svc
|
||||
overlay: tdc-aren
|
||||
template:
|
||||
metadata:
|
||||
name: '{{app}}-{{overlay}}'
|
||||
|
|
Loading…
Reference in a new issue