homelab/kubernetes/apps/production/searxng/kustomization.yaml

11 lines
192 B
YAML
Raw Normal View History

2024-09-24 06:01:24 +00:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: public-services
resources:
- pvc.yaml
- redis-pod.yaml
- deployment.yaml
- service.yaml
- ingress.yaml