This commit is contained in:
parent
b5bcfff108
commit
bce6e8f315
4 changed files with 13 additions and 13 deletions
|
@ -2,24 +2,24 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nginx-ingress
|
||||
name: traefik
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://helm.nginx.com/stable
|
||||
chart: nginx-ingress
|
||||
targetRevision: 1.1.2
|
||||
- repoURL: https://traefik.github.io/charts
|
||||
chart: traefik
|
||||
targetRevision: 26.0.0
|
||||
helm:
|
||||
releaseName: nginx
|
||||
releaseName: traefik
|
||||
valueFiles:
|
||||
- $values/ingress/values.yaml
|
||||
- $values/traefik/values.yaml
|
||||
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: nginx-ingress
|
||||
namespace: traefik
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue