chore: move mealie to volsync PVCs
This commit is contained in:
parent
a8392da2a2
commit
13e687361e
|
@ -4,7 +4,7 @@ resources:
|
||||||
- ./fireflyiii/ks.yaml
|
- ./fireflyiii/ks.yaml
|
||||||
- ./cdn
|
- ./cdn
|
||||||
- ./trilium
|
- ./trilium
|
||||||
- ./mealie
|
- ./mealie/ks.yaml
|
||||||
- ./huginn
|
- ./huginn
|
||||||
- ../../../common/apps/exim/ks.yaml
|
- ../../../common/apps/exim/ks.yaml
|
||||||
- ./well-known-site
|
- ./well-known-site
|
||||||
|
|
|
@ -92,7 +92,6 @@ spec:
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
type: hostPath
|
existingClaim: mealie
|
||||||
hostPath: /mnt/MainPool/Kubernetes/Mealie
|
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /app/data
|
- path: /app/data
|
|
@ -1,5 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- ../../../../../common/templates/volsync
|
||||||
- ./env-secret.sops.yaml
|
- ./env-secret.sops.yaml
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
|
@ -0,0 +1,32 @@
|
||||||
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: &app mealie
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
timeout: 5m
|
||||||
|
interval: 10m
|
||||||
|
targetNamespace: default
|
||||||
|
path: ./kubernetes/main/apps/default/mealie/app
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: home-cluster
|
||||||
|
decryption:
|
||||||
|
provider: sops
|
||||||
|
secretRef:
|
||||||
|
name: sops-gpg
|
||||||
|
dependsOn:
|
||||||
|
- name: openebs
|
||||||
|
- name: openebs-sc
|
||||||
|
- name: volsync
|
||||||
|
postBuild:
|
||||||
|
substituteFrom:
|
||||||
|
- kind: ConfigMap
|
||||||
|
name: cluster-settings
|
||||||
|
- kind: Secret
|
||||||
|
name: cluster-secrets
|
||||||
|
substitute:
|
||||||
|
APP: *app
|
||||||
|
VOLSYNC_CAPACITY: 5Gi
|
Loading…
Reference in New Issue