homelab/kubernetes/apps/production/searxng/kustomization.yaml
Liam 767985e5d5
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 21s
feat(apps): add searxng
2024-09-24 07:01:24 +01:00

11 lines
192 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: public-services
resources:
- pvc.yaml
- redis-pod.yaml
- deployment.yaml
- service.yaml
- ingress.yaml