Moving Redis to the fediverse.

This commit is contained in:
Joseph Hanson 2023-11-01 16:08:27 -05:00
parent 94ce8ad0f8
commit df40cdd016
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
5 changed files with 8 additions and 10 deletions

View file

@ -7,4 +7,3 @@ resources:
- ./namespace.yaml - ./namespace.yaml
# Flux-Kustomizations # Flux-Kustomizations
- ./crunchy-postgres/ks.yaml - ./crunchy-postgres/ks.yaml
- ./redis/ks.yaml

View file

@ -7,3 +7,4 @@ resources:
- ./namespace.yaml - ./namespace.yaml
# Flux-Kustomizations # Flux-Kustomizations
- ./peertube/ks.yaml - ./peertube/ks.yaml
- ./redis/ks.yaml

View file

@ -3,12 +3,10 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: cluster-apps-redis name: cluster-apps-redis-peertube
namespace: flux-system namespace: flux-system
spec: spec:
dependsOn: path: ./kubernetes/apps/database/redis/peertube
- name: cluster-apps-external-secrets-stores
path: ./kubernetes/apps/database/redis/app
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

@ -3,8 +3,8 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1 apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: redis name: redis-peertube
namespace: database namespace: fediverse
spec: spec:
interval: 30m interval: 30m
timeout: 15m timeout: 15m
@ -32,10 +32,10 @@ spec:
sentinel: false sentinel: false
master: master:
persistence: persistence:
enabled: false enabled: true
replica: replica:
persistence: persistence:
enabled: false enabled: true
sentinel: sentinel:
enabled: true enabled: true
masterSet: redis-master masterSet: redis-master

View file

@ -2,6 +2,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization # yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: database namespace: fediverse
resources: resources:
- ./helmrelease.yaml - ./helmrelease.yaml