Skip to content

Commit

Permalink
fix(helm): update longhorn backup target
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Oct 12, 2024
1 parent 1cfb65f commit 0e55311
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: &app unifi-controller
namespace: network
spec:
interval: 30m
interval: 1h
chart:
spec:
chart: app-template
Expand Down
4 changes: 3 additions & 1 deletion kubernetes/turing/immich/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app immich
namespace: &namespace immich
spec:
interval: 30m
interval: 1h
chart:
spec:
chart: immich
Expand All @@ -14,6 +15,7 @@ spec:
kind: HelmRepository
namespace: flux-system
name: immich-charts
maxHistory: 3
install:
remediation:
retries: 3
Expand Down
1 change: 1 addition & 0 deletions kubernetes/turing/media/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 3
install:
remediation:
retries: 3
Expand Down
6 changes: 4 additions & 2 deletions kubernetes/turing/storage/longhorn/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ spec:
ingress:
enabled: true
ingressClassName: internal
host: &host "longhorn.turing.${SECRET_DOMAIN}"
host: &host "longhorn-turing.${SECRET_DOMAIN}"
tls: true
tlsSecret: "longhorn-certs"
defaultSettings:
backupTarget: "nfs://192.168.0.154:/longhorn"
backupTarget: "s3://[email protected]/"
backupTargetCredentialSecret: "longhorn-backup"
defaultDataPath: "/mnt/nvme/longhorn"

0 comments on commit 0e55311

Please sign in to comment.