Files
argocd-apps/apps/base/ghp/kustomization.yaml
T
unkin-agent 1d5e8edbdd
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
add ghp (GitHub proxy) deployment
Deploy goodtune/ghp so estate agents have a GitHub proxy. Mirrors the
artifactapi app structure under apps/base/ghp with a CNPG Postgres backend,
VSO-synced GitHub App + encryption secrets, an internal Vault-PKI serving cert,
a PreSync migration hook, and platform ApplicationSet/project registration.
2026-08-13 19:40:31 +10:00

21 lines
384 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- serviceaccount.yaml
- configmap.yaml
- cnpg_cluster.yaml
- cnpg_backup.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
- certificate.yaml
- deployment.yaml
- migrate-job.yaml
- service.yaml
- pdb.yaml
- vmservicescrape.yaml
- gateway.yaml
- httproute.yaml