Add newt for routing
This commit is contained in:
parent
4c247e9697
commit
4f0863e996
1 changed files with 26 additions and 0 deletions
26
app-of-apps/newt.yaml
Normal file
26
app-of-apps/newt.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: newt
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: newt
|
||||
repoURL: https://charts.fossorial.io
|
||||
targetRevision: 1.10.1
|
||||
helm:
|
||||
parameters:
|
||||
- name: newtInstances[0].name
|
||||
value: kubernetes
|
||||
- name: newtInstances[0].enabled
|
||||
value: true
|
||||
- name: newtInstances[0].auth.existingSecretName
|
||||
value: newt-cred
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
|
||||
Loading…
Add table
Reference in a new issue