Files
auricom-home-cluster/cluster/data/searx.yaml
renovate[bot] de81246963 Update Helm chart searx to v1.1.1 [ci-skip] (#159)
Signed-off-by: Auricom <auricom@users.noreply.github.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-10 03:02:46 +01:00

38 lines
813 B
YAML

---
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.1.1
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