mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
21 lines
517 B
YAML
21 lines
517 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
|