ingress
This commit is contained in:
parent
9fd49ac7e6
commit
553cee5705
@ -3,8 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: default
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
@ -16,7 +16,7 @@ spec:
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- ingress-values.yaml
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
20
traefik.yaml
20
traefik.yaml
@ -1,20 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: traefik
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: traefik
|
||||
project: default
|
||||
source:
|
||||
chart: Charts/traefik
|
||||
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Loading…
Reference in New Issue
Block a user