13 lines
332 B
YAML
13 lines
332 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- default-deny.yaml
|
|
- allow-openwebui-ingress.yaml
|
|
- allow-browser-ingress.yaml
|
|
- allow-common-egress.yaml
|
|
- allow-https-egress.yaml
|
|
- allow-tools-ingress.yaml
|
|
- allow-coderunner-ingress.yaml
|
|
- allow-rag-server-ingress.yaml
|