⬆️ Update app-template ( 2.6.0 → 3.0.4 )

This commit is contained in:
auricom
2024-03-26 20:58:06 +01:00
parent d1f9f7ba78
commit 6078e6d25b
20 changed files with 210 additions and 178 deletions

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,14 +23,15 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homebox:
containers: containers:
main: app:
image: image:
repository: ghcr.io/hay-kot/homebox repository: ghcr.io/hay-kot/homebox
tag: v0.10.3@sha256:b1fbca6fc1ad2bd3634d13056d1bc0242cf92e9bad4ca21ce57589be3fe4987e tag: v0.10.3@sha256:b1fbca6fc1ad2bd3634d13056d1bc0242cf92e9bad4ca21ce57589be3fe4987e
@@ -46,27 +47,28 @@ spec:
limits: limits:
memory: 256M memory: 256M
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 7745 port: 7745
ingress: ingress:
main: app:
enabled: true enabled: true
className: nginx className: nginx
annotations: annotations:
hajimari.io/enable: "true" hajimari.io/enable: "true"
hajimari.io/appName: *app hajimari.io/appName: *app
hajimari.io/info: "Inventory management system" hajimari.io/info: Inventory management system
hajimari.io/icon: "devices" hajimari.io/icon: devices
hajimari.io/targetBlank: "true" hajimari.io/targetBlank: "true"
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: "/" - path: /
pathType: "Prefix"
service: service:
name: main identifier: app
port: http
tls: tls:
- hosts: - hosts:
- *host - *host

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: homelab-minio-backup name: &app homelab-minio-backup
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,30 +23,29 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homelab-minio-backup:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "@daily" schedule: "@daily"
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/rclone repository: ghcr.io/auricom/rclone
tag: 1.62.2@sha256:8d3ae01ed5295974be1b229f7398ce93a03c77a3fdaf301ea35bf929bb19389a tag: 1.62.2@sha256:8d3ae01ed5295974be1b229f7398ce93a03c77a3fdaf301ea35bf929bb19389a
command: ["/bin/bash", "/app/minio-rclone.sh"] command: [/bin/bash, /app/minio-rclone.sh]
envFrom: envFrom:
- secretRef: - secretRef:
name: homelab-minio-secret name: homelab-minio-secret
service:
main:
enabled: false
service: service:
main: app:
controller: *app
enabled: false enabled: false
persistence: persistence:
config: config:

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: homelab-opnsense-backup name: &app homelab-opnsense-backup
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,22 +23,23 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homelab-opnsense-backup:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "@daily" schedule: "@daily"
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: ["/bin/bash", "/app/opnsense-backup.sh"] command: [/bin/bash, /app/opnsense-backup.sh]
env: env:
OPNSENSE_URL: "https://opnsense.${SECRET_DOMAIN}" OPNSENSE_URL: "https://opnsense.${SECRET_DOMAIN}"
S3_URL: "https://minio.${SECRET_DOMAIN}:9000" S3_URL: "https://minio.${SECRET_DOMAIN}:9000"
@@ -46,7 +47,8 @@ spec:
- secretRef: - secretRef:
name: homelab-opnsense-secret name: homelab-opnsense-secret
service: service:
main: app:
controller: *app
enabled: false enabled: false
persistence: persistence:
config: config:

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: homelab-truenas-backup name: &app homelab-truenas-backup
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,38 +23,39 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homelab-truenas-backup:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "@daily" schedule: "@daily"
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: ["/bin/bash", "/app/truenas-backup.sh"] command: [/bin/bash, /app/truenas-backup.sh]
env: env:
HOSTNAME: truenas HOSTNAME: truenas
envFrom: &envFrom envFrom: &envFrom
- secretRef: - secretRef:
name: &secret homelab-truenas-secret name: &secret homelab-truenas-secret
truenas-remote-backup: truenas-remote-backup:
name: truenas-remote-backup
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: ["/bin/bash", "/app/truenas-backup.sh"] command: [/bin/bash, /app/truenas-backup.sh]
env: env:
HOSTNAME: truenas-remote HOSTNAME: truenas-remote
envFrom: *envFrom envFrom: *envFrom
service: service:
main: app:
controller: *app
enabled: false enabled: false
persistence: persistence:
config: config:

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: homelab-truenas-certs-deploy name: &app homelab-truenas-certs-deploy
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,22 +23,23 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homelab-truenas-certs-deploy:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "@daily" schedule: "@daily"
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: ["/bin/bash", "/app/truenas-certs-deploy.sh"] command: [/bin/bash, /app/truenas-certs-deploy.sh]
env: env:
HOSTNAME: truenas HOSTNAME: truenas
TRUENAS_HOME: /mnt/storage/home/homelab TRUENAS_HOME: /mnt/storage/home/homelab
@@ -51,7 +52,7 @@ spec:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: ["/bin/bash", "/app/truenas-certs-deploy.sh"] command: [/bin/bash, /app/truenas-certs-deploy.sh]
env: env:
HOSTNAME: truenas-remote HOSTNAME: truenas-remote
TRUENAS_HOME: /mnt/vol1/home/homelab TRUENAS_HOME: /mnt/vol1/home/homelab
@@ -59,7 +60,8 @@ spec:
CERTS_DEPLOY_POSTGRESQL_ENABLED: "False" CERTS_DEPLOY_POSTGRESQL_ENABLED: "False"
envFrom: *envFrom envFrom: *envFrom
service: service:
main: app:
controller: *app
enabled: false enabled: false
persistence: persistence:
config: config:

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: homelab-truenas-photo-sort name: &app homelab-truenas-photo-sort
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,24 +23,25 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: homelab-truenas-photo-sort:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "23 */3 * * *" schedule: 23 */3 * * *
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:41af2d2a69bfff5c4f4dc7aafb654c46d2c44e1fca89a44b463b75c53f02f7aa tag: 1.29.2@sha256:41af2d2a69bfff5c4f4dc7aafb654c46d2c44e1fca89a44b463b75c53f02f7aa
command: command:
- "/bin/bash" - /bin/bash
- "-c" - -c
- | - |
#!/bin/bash #!/bin/bash
@@ -52,7 +53,8 @@ spec:
SORT_SOURCE_DIR: /mnt/storage/photo/mobile SORT_SOURCE_DIR: /mnt/storage/photo/mobile
SORT_DEST_DIR: /mnt/storage/photo SORT_DEST_DIR: /mnt/storage/photo
service: service:
main: app:
controller: *app
enabled: false enabled: false
persistence: persistence:
scripts: scripts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,12 +23,13 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: invidious-server:
strategy: RollingUpdate strategy: RollingUpdate
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
@@ -41,7 +42,7 @@ spec:
- secretRef: - secretRef:
name: invidious-secret name: invidious-secret
containers: containers:
main: app:
image: image:
repository: quay.io/invidious/invidious repository: quay.io/invidious/invidious
tag: latest@sha256:ed76a9c4d976dc4ed2575b6b59a108b0cbe9e642cb581df04fd0b0321eebaa3a tag: latest@sha256:ed76a9c4d976dc4ed2575b6b59a108b0cbe9e642cb581df04fd0b0321eebaa3a
@@ -51,14 +52,15 @@ spec:
cpu: 50m cpu: 50m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 3000 port: 3000
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -74,7 +76,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -37,11 +38,11 @@ spec:
fsGroup: 568 fsGroup: 568
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
controllers: controllers:
main: jellyfin:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers: containers:
main: app:
image: image:
repository: ghcr.io/onedr0p/jellyfin repository: ghcr.io/onedr0p/jellyfin
tag: 10.8.11@sha256:926e2a9f6677a0c7b12feba29f36c954154869318d6a52df72f72ff9c74cf494 tag: 10.8.11@sha256:926e2a9f6677a0c7b12feba29f36c954154869318d6a52df72f72ff9c74cf494
@@ -75,7 +76,8 @@ spec:
gpu.intel.com/i915: 1 gpu.intel.com/i915: 1
memory: 4Gi memory: 4Gi
service: service:
main: app:
controller: *app
type: LoadBalancer type: LoadBalancer
loadBalancerIP: *loadBalancerIP loadBalancerIP: *loadBalancerIP
externalTrafficPolicy: Local externalTrafficPolicy: Local
@@ -83,9 +85,9 @@ spec:
http: http:
port: 8096 port: 8096
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
external-dns.alpha.kubernetes.io/enabled: "true" external-dns.alpha.kubernetes.io/enabled: "true"
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}. external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
@@ -95,7 +97,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:
@@ -109,22 +111,21 @@ spec:
music: music:
enabled: true enabled: true
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/music path: /mnt/storage/music
globalMounts: globalMounts:
- path: /mnt/storage/music - path: /mnt/storage/music
photo: photo:
enabled: true enabled: true
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/photo path: /mnt/storage/photo
mountPath: /mnt/storage/photo
globalMounts: globalMounts:
- path: /mnt/storage/photo - path: /mnt/storage/photo
video: video:
enabled: true enabled: true
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/video path: /mnt/storage/video
globalMounts: globalMounts:
- path: /mnt/storage/video - path: /mnt/storage/video

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,12 +23,13 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: joplin:
strategy: RollingUpdate strategy: RollingUpdate
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
@@ -41,7 +42,7 @@ spec:
- secretRef: - secretRef:
name: joplin-secret name: joplin-secret
containers: containers:
main: app:
image: image:
repository: joplin/server repository: joplin/server
tag: 2.14.2-beta@sha256:b87564ef34e9ed0513e9b925b617cb8a1371eddfc8476f1fbd3fa85341d51508 tag: 2.14.2-beta@sha256:b87564ef34e9ed0513e9b925b617cb8a1371eddfc8476f1fbd3fa85341d51508
@@ -61,14 +62,15 @@ spec:
cpu: 50m cpu: 50m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
external-dns.alpha.kubernetes.io/enabled: "true" external-dns.alpha.kubernetes.io/enabled: "true"
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}. external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
@@ -78,7 +80,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -30,14 +31,14 @@ spec:
- name: komga - name: komga
values: values:
controllers: controllers:
main: komf:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers: containers:
main: app:
image: image:
repository: sndxr/komf repository: sndxr/komf
tag: "0.33.0@sha256:074cd429b3cc452b26ca4aba2760ee0c5dae5f85d3ae1cb16b50b6f602ce1e80" tag: 0.33.0@sha256:074cd429b3cc452b26ca4aba2760ee0c5dae5f85d3ae1cb16b50b6f602ce1e80
env: env:
KOMF_KOMGA_BASE_URI: http://komga.default.svc.cluster.local:8080 KOMF_KOMGA_BASE_URI: http://komga.default.svc.cluster.local:8080
KOMF_LOG_LEVEL: INFO KOMF_LOG_LEVEL: INFO
@@ -51,7 +52,8 @@ spec:
limits: limits:
memory: 4282M memory: 4282M
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 8085 port: 8085

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,17 +23,18 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: komga:
containers: containers:
main: app:
image: image:
repository: gotson/komga repository: gotson/komga
tag: "1.10.4@sha256:5b4f581be33141f07abed7bb665077352fb046183f3614b0a647530588784735" tag: 1.10.4@sha256:5b4f581be33141f07abed7bb665077352fb046183f3614b0a647530588784735
env: env:
TZ: "${TIMEZONE}" TZ: "${TIMEZONE}"
SERVER_PORT: &port 8080 SERVER_PORT: &port 8080
@@ -44,22 +45,23 @@ spec:
limits: limits:
memory: 4282M memory: 4282M
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
ingress: ingress:
main: app:
enabled: true enabled: true
annotations: annotations:
hajimari.io/icon: mdi:ideogram-cjk-variant hajimari.io/icon: mdi:ideogram-cjk-variant
className: "nginx" className: nginx
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:
@@ -72,7 +74,7 @@ spec:
- path: /config - path: /config
comics: comics:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/home/claude/comics path: /mnt/storage/home/claude/comics
globalMounts: globalMounts:
- path: /mnt/storage/home/claude/comics - path: /mnt/storage/home/claude/comics

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -34,7 +35,7 @@ spec:
fsGroup: 568 fsGroup: 568
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
controllers: controllers:
main: kresus:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
initContainers: initContainers:
@@ -46,11 +47,10 @@ spec:
- secretRef: - secretRef:
name: kresus-secret name: kresus-secret
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/kresus repository: ghcr.io/auricom/kresus
tag: 0.20.1@sha256:85b4d8c11da8ebe95adce529d55e003ec50fba645ac7094e84468fb37ea42811 tag: 0.20.1@sha256:85b4d8c11da8ebe95adce529d55e003ec50fba645ac7094e84468fb37ea42811
imagePullPolicy: IfNotPresent
env: env:
HOST: 0.0.0.0 HOST: 0.0.0.0
PORT: 9876 PORT: 9876
@@ -71,14 +71,15 @@ spec:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 9876 port: 9876
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -91,7 +92,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,17 +23,18 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: libmedium:
strategy: RollingUpdate strategy: RollingUpdate
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers: containers:
main: app:
image: image:
repository: realaravinth/libmedium repository: realaravinth/libmedium
tag: master@sha256:c5e82cc00eb85cda0e9db4b72b229f66b5be76b88ffe55b4117bd01102910cf3 tag: master@sha256:c5e82cc00eb85cda0e9db4b72b229f66b5be76b88ffe55b4117bd01102910cf3
@@ -42,14 +43,15 @@ spec:
cpu: 50m cpu: 50m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 7000 port: 7000
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -64,7 +66,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -28,10 +28,10 @@ spec:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: libreddit:
strategy: RollingUpdate strategy: RollingUpdate
containers: containers:
main: app:
image: image:
repository: ghcr.io/auricom/libreddit repository: ghcr.io/auricom/libreddit
tag: 0.30.1@sha256:c89c2b98ab0eb08f4677d24a3a7577661ed4325c797b042023ce959195534c4f tag: 0.30.1@sha256:c89c2b98ab0eb08f4677d24a3a7577661ed4325c797b042023ce959195534c4f
@@ -55,14 +55,15 @@ spec:
cpu: 50m cpu: 50m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -77,7 +78,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -34,10 +35,10 @@ spec:
fsGroup: 568 fsGroup: 568
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
controllers: controllers:
main: lidarr:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
configmap.reloader.stakater.com/reload: "lidarr-pushover" configmap.reloader.stakater.com/reload: lidarr-pushover
initContainers: initContainers:
init-db: init-db:
image: image:
@@ -48,7 +49,7 @@ spec:
- secretRef: - secretRef:
name: lidarr-secret name: lidarr-secret
containers: containers:
main: app:
image: image:
repository: ghcr.io/onedr0p/lidarr-develop repository: ghcr.io/onedr0p/lidarr-develop
tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2 tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2
@@ -69,14 +70,15 @@ spec:
limits: limits:
memory: 2000Mi memory: 2000Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
@@ -89,7 +91,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:
@@ -102,13 +104,13 @@ spec:
- path: /config - path: /config
music: music:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/music path: /mnt/storage/music
globalMounts: globalMounts:
- path: /mnt/storage/music - path: /mnt/storage/music
downloads: downloads:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/downloads path: /mnt/storage/downloads
globalMounts: globalMounts:
- path: /mnt/storage/downloads - path: /mnt/storage/downloads

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,12 +23,13 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: linkding:
strategy: RollingUpdate strategy: RollingUpdate
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
@@ -41,7 +42,7 @@ spec:
- secretRef: - secretRef:
name: linkding-secret name: linkding-secret
containers: containers:
main: app:
image: image:
repository: sissbruecker/linkding repository: sissbruecker/linkding
tag: 1.25.0@sha256:32ec417b6ddb92ca20ff71a07c524b68ad2853e99258acfae1d3cef2de03f3cc tag: 1.25.0@sha256:32ec417b6ddb92ca20ff71a07c524b68ad2853e99258acfae1d3cef2de03f3cc
@@ -66,14 +67,15 @@ spec:
cpu: 10m cpu: 10m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
hajimari.io/icon: link hajimari.io/icon: link
hosts: hosts:
@@ -81,7 +83,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -36,7 +37,7 @@ spec:
matchLabels: matchLabels:
app.kubernetes.io/name: *app app.kubernetes.io/name: *app
controllers: controllers:
main: lldap:
replicas: 2 replicas: 2
strategy: RollingUpdate strategy: RollingUpdate
annotations: annotations:
@@ -51,7 +52,7 @@ spec:
- secretRef: - secretRef:
name: lldap-secret name: lldap-secret
containers: containers:
main: app:
image: image:
repository: ghcr.io/lldap/lldap repository: ghcr.io/lldap/lldap
tag: v0.5.0 tag: v0.5.0
@@ -69,7 +70,8 @@ spec:
limits: limits:
memory: 500Mi memory: 500Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: *port port: *port
@@ -77,7 +79,7 @@ spec:
enabled: true enabled: true
port: *ldapPort port: *ldapPort
ingress: ingress:
main: app:
enabled: true enabled: true
annotations: annotations:
hajimari.io/icon: mdi:account-multiple hajimari.io/icon: mdi:account-multiple
@@ -87,7 +89,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -28,11 +28,11 @@ spec:
keepHistory: false keepHistory: false
values: values:
controllers: controllers:
main: lms:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers: containers:
main: app:
image: image:
repository: toertel/logitech-media-server repository: toertel/logitech-media-server
tag: v8.4.0-1@sha256:07dde462237c0618034c9d2db33967f5bc0db34544558e8edaac32ef0614555a tag: v8.4.0-1@sha256:07dde462237c0618034c9d2db33967f5bc0db34544558e8edaac32ef0614555a
@@ -46,7 +46,8 @@ spec:
limits: limits:
memory: 4096Mi memory: 4096Mi
service: service:
main: app:
controller: *app
type: LoadBalancer type: LoadBalancer
loadBalancerIP: ${CLUSTER_LB_LMS} loadBalancerIP: ${CLUSTER_LB_LMS}
externalTrafficPolicy: Local externalTrafficPolicy: Local
@@ -66,9 +67,9 @@ spec:
port: 3483 port: 3483
protocol: UDP protocol: UDP
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
hajimari.io/icon: mdi:file-music hajimari.io/icon: mdi:file-music
hosts: hosts:
@@ -76,7 +77,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http port: http
tls: tls:
- hosts: - hosts:
@@ -89,19 +90,19 @@ spec:
- path: /srv/squeezebox - path: /srv/squeezebox
music: music:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: *music path: *music
globalMounts: globalMounts:
- path: *music - path: *music
music-helene: music-helene:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/home/helene/Musique path: /mnt/storage/home/helene/Musique
globalMounts: globalMounts:
- path: /mnt/storage/home/helene/Musique - path: /mnt/storage/home/helene/Musique
playlists: playlists:
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: *playlist path: *playlist
globalMounts: globalMounts:
- path: *playlist - path: *playlist

View File

@@ -1,5 +1,5 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -31,7 +32,7 @@ spec:
namespace: database namespace: database
values: values:
controllers: controllers:
main: lychee:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
initContainers: initContainers:
@@ -43,7 +44,7 @@ spec:
- secretRef: - secretRef:
name: lychee-secret name: lychee-secret
containers: containers:
main: app:
image: image:
repository: lycheeorg/lychee-laravel repository: lycheeorg/lychee-laravel
tag: v5.1.2@sha256:7fc2f88fb993a5930ce8396fce401a0396d9051199945a3d2c6c01c45eeeae38 tag: v5.1.2@sha256:7fc2f88fb993a5930ce8396fce401a0396d9051199945a3d2c6c01c45eeeae38
@@ -62,14 +63,15 @@ spec:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
service: service:
main: app:
controller: *app
ports: ports:
http: http:
port: 80 port: 80
ingress: ingress:
main: app:
enabled: true enabled: true
className: "nginx" className: nginx
annotations: annotations:
external-dns.alpha.kubernetes.io/enabled: "true" external-dns.alpha.kubernetes.io/enabled: "true"
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}. external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
@@ -79,7 +81,8 @@ spec:
paths: paths:
- path: / - path: /
service: service:
name: main identifier: app
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
@@ -92,8 +95,7 @@ spec:
photo: photo:
enabled: true enabled: true
type: nfs type: nfs
server: "192.168.9.10" server: ${LOCAL_LAN_TRUENAS}
path: /mnt/storage/photo path: /mnt/storage/photo
readOnly: true
globalMounts: globalMounts:
- path: /mnt/storage/photo - path: /mnt/storage/photo

View File

@@ -1,16 +1,16 @@
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json # 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 apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: lychee-sync name: &app lychee-sync
namespace: default namespace: default
spec: spec:
interval: 30m interval: 30m
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 2.6.0 version: 3.0.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -23,6 +23,7 @@ spec:
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
strategy: rollback
retries: 3 retries: 3
uninstall: uninstall:
keepHistory: false keepHistory: false
@@ -32,15 +33,15 @@ spec:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "0 0 * * 1" # At 00:00 on Monday schedule: 0 0 * * 1 # At 00:00 on Monday
containers: containers:
main: main:
image: image:
repository: ghcr.io/auricom/kubectl repository: ghcr.io/auricom/kubectl
tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3 tag: 1.29.2@sha256:693ced2697bb7c7349419d4035a62bd474fc41710675b344f71773d8a687dfc3
command: command:
- "/bin/bash" - /bin/bash
- "-c" - -c
- | - |
#!/bin/bash #!/bin/bash
@@ -56,8 +57,9 @@ spec:
exit 1 exit 1
fi fi
service: service:
main: app:
controller: *app
enabled: false enabled: false
serviceAccount: serviceAccount:
create: false create: false
name: "jobs" name: jobs