Files
Kubernetes-Manifests/applications/searxng/searxng/service.yaml
T
Jeffrey 10545c03be searxng: migrate to envFrom; move remaining literals into Infisical
Non-secret config now lives in Infisical alongside the secrets, so containers carry envFrom only and no loose env entries.
2026-08-23 20:34:38 +02:00

14 lines
195 B
YAML

apiVersion: v1
kind: Service
metadata:
name: searxng
namespace: searxng
spec:
selector:
app: searxng
ports:
- name: http
port: 8080
targetPort: 8080
type: ClusterIP