29 lines
663 B
YAML
29 lines
663 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- configmap.yaml
|
|
- pvc.yaml
|
|
- externalsecret.yaml
|
|
- mcp-deployment.yaml
|
|
- mcp-deployment-green.yaml
|
|
- rest-deployment.yaml
|
|
- license-deployment.yaml
|
|
- services.yaml
|
|
- ingress.yaml
|
|
- license-ingressroute.yaml
|
|
- rest-ingressroute.yaml
|
|
- mcp-ingressroute.yaml
|
|
- backup-cronjob.yaml
|
|
- runpod-inference.yaml
|
|
- runpod-lb-configmap.yaml
|
|
# Hardening additions
|
|
- hpa.yaml
|
|
- pdb.yaml
|
|
- network-policy.yaml
|
|
# Soma inference gateway
|
|
- soma-externalsecret.yaml
|
|
- soma-configmap.yaml
|
|
- soma-deployment.yaml
|
|
- soma-service.yaml
|
|
- soma-ingressroute.yaml
|