INIT(repo): apps setup with all user-facing servic

This commit is contained in:
2025-12-17 15:11:34 +09:00
commit 9763b1e682
81 changed files with 3921 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: docusaurus
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git
targetRevision: main
path: docusaurus
destination:
server: https://kubernetes.default.svc
namespace: docusaurus
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
revisionHistoryLimit: 10
# Ignore differences in checksum annotations and manual restart annotations
ignoreDifferences:
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.metadata.annotations
- .metadata.annotations
- group: ""
kind: Service
name: docusaurus
namespace: docusaurus
jsonPointers:
- /spec/clusterIP