mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
29 lines
864 B
YAML
29 lines
864 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- garage-configmap.yaml
|
|
- garage-statefulset.yaml
|
|
- garage-service.yaml
|
|
- knoe-configmap.yaml
|
|
- knoe-deployment.yaml
|
|
- knoe-service.yaml
|
|
- knoe-auth-deployment.yaml
|
|
- knoe-auth-service.yaml
|
|
- knoe-auth-kerberos-configmap.yaml
|
|
- knoe-kdc-configmap.yaml
|
|
- grafana-proxy-configmap.yaml
|
|
- grafana-proxy-deployment.yaml
|
|
- grafana-proxy-service.yaml
|
|
- openbao-statefulset.yaml
|
|
- openbao-service.yaml
|
|
- ingress.yaml
|
|
# prole.org migration — Kong (prole-svc-kong) replaces knoe-svc-kong
|
|
- prole-svc-kong-configmap.yaml
|
|
- kong-deployment.yaml
|
|
- kong-service.yaml
|
|
# prole.org ingress (*.prole.org → prole-svc-kong)
|
|
- prole-svc-ingress.yaml
|
|
# CNPG TCP ingress for direct PostgreSQL on db.internal.prole.org:5432
|
|
- knoe-db-postgres-tcp-ingress.yaml
|