switch to traefik 2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-18 06:17:03 +01:00
parent b5bcfff108
commit bce6e8f315
Signed by: aaron
GPG key ID: 643004654D40D577
4 changed files with 13 additions and 13 deletions

View file

@ -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