feat: traefik
This commit is contained in:
parent
cb6cf633e7
commit
7fee72cb16
1 changed files with 18 additions and 0 deletions
18
argo/utilities/templates/traefik.yaml
Normal file
18
argo/utilities/templates/traefik.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: argocd
|
||||
labels:
|
||||
utilities: kube-system
|
||||
spec:
|
||||
destination:
|
||||
namespace: kube-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://traefik.github.io/charts
|
||||
targetRevision: HEAD
|
||||
targetRevision: v26.0.0
|
||||
chart: traefik
|
||||
|
Loading…
Reference in a new issue