Initial commit

This commit is contained in:
OpenCode Test
2025-12-24 10:50:10 -08:00
commit e1a64aa092
70 changed files with 5827 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: porthole
namespace: argocd
spec:
project: default
source:
repoURL: git@gitea-ssh.gitea.svc:will/porthole.git
targetRevision: main
path: helm/tline
helm:
releaseName: porthole
valueFiles:
- values.yaml
# - values-porthole.yaml
destination:
server: https://kubernetes.default.svc
namespace: porthole
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true