Add repertory-api backend

This commit is contained in:
Ian Keane 2026-09-11 11:03:19 -04:00
parent d4f904f799
commit bfde75396d
8 changed files with 199 additions and 1 deletions

View file

@ -0,0 +1,33 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: repertory-api
namespace: argocd
spec:
project: default
sources:
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: charts/repertory-api
helm:
valueFiles:
- $values/values.yaml
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: repertory-api
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- group: external-secrets.io
kind: ExternalSecret
jsonPointers:
- /spec/target/template/mergePolicy
- /spec/target/template/engineVersion
- /spec/target/type