fix(fireflyiii): use app-template 3.1.0, fix issue with pvc

This commit is contained in:
SeanOMik 2024-05-23 16:21:40 -04:00
parent fa49c7b977
commit 3620847701
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 33 additions and 24 deletions

View File

@ -1,54 +1,63 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: firefly-iii
name: fireflyiii
namespace: default
spec:
interval: 5m
chart:
spec:
chart: app-template
version: 1.3.x
version: 3.1.0
sourceRef:
kind: HelmRepository
name: bjws-charts
namespace: flux-system
values:
image:
repository: fireflyiii/core
tag: version-6.0.30
envFrom:
- secretRef:
name: "firefly-env-secret"
controllers:
main:
pod:
securityContext:
runAsNonRoot: true
runAsUser: 10000
runAsGroup: 10000
fsGroup: 10000
fsGroupChangePolicy: OnRootMismatch
containers:
main:
image:
repository: fireflyiii/core
tag: version-6.0.30
service:
main:
app:
controller: main
ports:
http:
port: 8080
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
hosts:
- host: &host "budget.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
- host: "budget.${SECRET_NEW_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
persistence:
firefly-uploads:
enabled: true
type: pvc
accessMode: ReadWriteOnce
size: 8Gi
mountPath: /var/www/html/storage/upload
type: hostPath
hostPath: /mnt/MainPool/Kubernetes/fireflyiii-uploads
globalMounts:
- path: /var/www/html/storage/upload