fml
This commit is contained in:
parent
6b59d3dc49
commit
103647b98f
File diff suppressed because it is too large
Load Diff
28
apps/templates/traefik.yaml
Normal file
28
apps/templates/traefik.yaml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: traefik
|
||||||
|
namespace: default
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: default
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: Charts/traefik
|
||||||
|
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
helm:
|
||||||
|
version: v3
|
||||||
|
#valueFiles:
|
||||||
|
# - values.yaml
|
||||||
|
values: |
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v2.6.0
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user