mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
feat: remove redis
This commit is contained in:
@@ -14,7 +14,6 @@ resources:
|
||||
- pgbackups
|
||||
- postgresql-kube
|
||||
- recipes
|
||||
- redis
|
||||
- resilio-sync
|
||||
- sharry
|
||||
- vaultwarden
|
||||
|
@@ -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
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user