add searx

This commit is contained in:
auricom
2020-12-27 02:34:03 +01:00
parent 4098ae555e
commit 657aa0d52f
2 changed files with 73 additions and 0 deletions

37
cluster/data/searx.yaml Normal file
View File

@@ -0,0 +1,37 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: searx
namespace: data
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: searx
version: 1.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 5m
values:
controllerType: deployment
strategy:
type: Recreate
image:
repository: searx/searx
tag: 0.18.0
pullPolicy: IfNotPresent
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
valuesFrom:
- kind: ConfigMap
name: helmrelease-data-searx