re-add apps for PV fixes

This commit is contained in:
2024-07-26 01:50:48 +10:00
parent 088bb0c04a
commit 2526c08025
3 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
{
"appName": "redis",
"userGivenName": "redis",
"namespace": "redis",
"destNamespace": "redis",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/redis/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -1,8 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: redis
repo: oci://registry-1.docker.io/bitnamicharts
version: 19.6.2
releaseName: redis
valuesFile: values.yaml

View File

@@ -1,23 +0,0 @@
namespaceOverride: "redis"
auth:
existingSecret: "redis-secrets"
existingSecretPasswordKey: "password"
master:
persistence:
storageClass: local-path
existingClaim: redis-master-pvc
selector:
matchLabels:
name: redis-master-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true
replica:
replicaCount: 1
persistence:
storageClass: local-path
existingClaim: redis-replica-pvc
selector:
matchLabels:
name: redis-replica-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true