mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
12 lines
189 B
YAML
12 lines
189 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: zitadel
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service-grpc.yaml
|
|
- service-http.yaml
|
|
- service-ui.yaml
|
|
- flow.yaml
|