mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
---
|
|
# 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 komga
|
|
spec:
|
|
interval: 1h
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: app-template
|
|
install:
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
strategy: rollback
|
|
retries: 3
|
|
values:
|
|
controllers:
|
|
komga:
|
|
annotations:
|
|
secret.reloader.stakater.com/reload: authelia-secret
|
|
containers:
|
|
app:
|
|
image:
|
|
repository: gotson/komga
|
|
tag: 1.23.3@sha256:9ec80c47555d1b31afc1c0499e697d1ddc50accc2fc2951a919749b641230cc3
|
|
env:
|
|
TZ: "${TIMEZONE}"
|
|
SERVER_PORT: &port 8080
|
|
resources:
|
|
requests:
|
|
memory: 4282M
|
|
cpu: 15m
|
|
limits:
|
|
memory: 4282M
|
|
service:
|
|
app:
|
|
controller: *app
|
|
ports:
|
|
http:
|
|
port: *port
|
|
route:
|
|
app:
|
|
hostnames: ["{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"]
|
|
parentRefs:
|
|
- name: internal
|
|
namespace: network
|
|
sectionName: https
|
|
rules:
|
|
- backendRefs:
|
|
- name: *app
|
|
port: *port
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
existingClaim: *app
|
|
globalMounts:
|
|
- path: /config
|
|
comics:
|
|
type: nfs
|
|
server: 192.168.9.10
|
|
path: /var/mnt/vol1/home/claude/comics
|
|
globalMounts:
|
|
- path: /mnt/storage/home/claude/comics
|