mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Add cloudflared chart
This commit is contained in:
parent
206f31d2c4
commit
b95f52e49f
@ -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
|
||||||
|
25
apps/resources/cloudflared.yaml
Normal file
25
apps/resources/cloudflared.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user