feat: remove redis

This commit is contained in:
auricom
2022-07-02 14:30:01 +02:00
parent a3a1ed9090
commit 215ad07bd8
5 changed files with 130 additions and 182 deletions

View File

@@ -14,7 +14,6 @@ resources:
- pgbackups
- postgresql-kube
- recipes
- redis
- resilio-sync
- sharry
- vaultwarden

View File

@@ -1,37 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: redis
namespace: data
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: redis
version: 16.13.1
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
interval: 5m
values:
architecture: standalone
auth:
password: ${SECRET_REDIS_PASSWORD}
master:
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp
replica:
persistence:
enabled: false
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp

View File

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

View File

@@ -150,10 +150,6 @@ spec:
key: JWT_TOKEN
value: "${SECRET_AUTHELIA_JWT_SECRET}"
filename: JWT_TOKEN
redis:
key: REDIS_PASSWORD
value: "${SECRET_REDIS_PASSWORD}"
filename: REDIS_PASSWORD
smtp:
key: SMTP_PASSWORD
value: "${SECRET_AUTHELIA_SMTP_PASSWORD}"