15 lines
331 B
YAML
15 lines
331 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- backend-deployment.yaml
|
||
|
|
- backend-service.yaml
|
||
|
|
- frontend-deployment.yaml
|
||
|
|
- frontend-service.yaml
|
||
|
|
- postgres-statefulset.yaml
|
||
|
|
- postgres-service.yaml
|
||
|
|
- keycloak-deployment.yaml
|
||
|
|
- keycloak-service.yaml
|
||
|
|
- configmap.yaml
|
||
|
|
- ingress.yaml
|