titan-iac/services/hermes-chat/kustomization.yaml

16 lines
327 B
YAML

# services/hermes-chat/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: hermes-chat
resources:
- namespace.yaml
- serviceaccount.yaml
- rbac.yaml
- configmap.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- networkpolicy.yaml
- certificate.yaml
- ingress.yaml