mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
15 lines
234 B
YAML
15 lines
234 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: generations-heritage
|
|
|
|
bases:
|
|
- authZ
|
|
- authN
|
|
- backend
|
|
- memgraph
|
|
|
|
resources:
|
|
- ./cert-issuer.yaml
|
|
- ./server-transport.yaml
|
|
- ./auth-chain.yaml
|