Add secure portfolio foundation

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