17 lines
425 B
YAML
17 lines
425 B
YAML
# services/bstein-dev-home/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: bstein-dev-home
|
|
resources:
|
|
- namespace.yaml
|
|
- image.yaml
|
|
- rbac.yaml
|
|
- chat-ai-gateway-configmap.yaml
|
|
- chat-ai-gateway-deployment.yaml
|
|
- chat-ai-gateway-service.yaml
|
|
- frontend-deployment.yaml
|
|
- frontend-service.yaml
|
|
- backend-deployment.yaml
|
|
- backend-service.yaml
|
|
- ingress.yaml
|