Rename tline to porthole

This commit is contained in:
OpenCode Test
2025-12-24 11:03:53 -08:00
parent e1a64aa092
commit 2a334c56ac
20 changed files with 42 additions and 29 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/porthole
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