Add cloudflared chart

This commit is contained in:
Khue Doan 2021-06-27 18:39:29 +07:00
parent 206f31d2c4
commit b95f52e49f
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B
2 changed files with 26 additions and 0 deletions

View File

@ -10,6 +10,7 @@ resources:
- resources/nginx.yaml - resources/nginx.yaml
- resources/node-problem-detector.yaml - resources/node-problem-detector.yaml
- resources/prometheus.yaml - resources/prometheus.yaml
- resources/cloudflared.yaml
# Operation # Operation
- resources/vault.yaml - resources/vault.yaml
- resources/drone.yaml - resources/drone.yaml

View File

@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudflared
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: cloudflared
source:
repoURL: https://khuedoan.github.io/charts
chart: cloudflared
targetRevision: 0.1.1
helm:
parameters:
- name: replicaCount
value: 3
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true