feat: remove searx helm-release

This commit is contained in:
auricom
2021-06-15 03:01:55 +02:00
parent 0a0f6274f4
commit 60592fdae5
3 changed files with 0 additions and 52 deletions

View File

@@ -11,7 +11,6 @@ resources:
- postgresql-kube
- recipes
- resilio-sync
- searx
- sharry
- vaultwarden
- vikunja

View File

@@ -1,47 +0,0 @@
---
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: 3.4.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: 1.0.0
pullPolicy: IfNotPresent
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
searx:
baseUrl: https://searx.${SECRET_CLUSTER_DOMAIN}
mortyKey: ${SECRET_SEARX_MORTY_KEY}
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
hosts:
- host: searx.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "searx.${SECRET_CLUSTER_DOMAIN}"

View File

@@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml