This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/kubernetes/apps/production/searxng/kustomization.yaml

13 lines
232 B
YAML
Raw Normal View History

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