Add dedicated Cloudflare Tunnel for portfolio

This commit is contained in:
2026-07-16 06:08:54 +00:00
parent 4b8aeb524e
commit 08c458a078
12 changed files with 447 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portfolio-edge
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: portfolio-edge
source:
repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: main
path: apps/portfolio-edge
destination:
server: https://kubernetes.default.svc
namespace: portfolio-edge
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ApplyOutOfSyncOnly=true
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 1m