Files
auricom-home-cluster/kubernetes/apps/default/komga/app/helmrelease.yaml
feisar-bot[bot] ec04c5095b ⬆️ Update gotson/komga ( 1.14.1 → 1.15.0 )
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| docker     | gotson/komga | 1.14.1 | 1.15.0 |
2024-12-16 09:06:02 +01:00

92 lines
2.4 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
namespace: default
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.5.1
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
values:
controllers:
komga:
annotations:
secret.reloader.stakater.com/reload: authelia-secret
containers:
app:
image:
repository: gotson/komga
tag: 1.15.0@sha256:63e0bf6337f78a6ed5ec895fd01b272100e1a213f0d7c49f8a4a9c401e3dcb2a
env:
TZ: "${TIMEZONE}"
SERVER_PORT: &port 8080
resources:
requests:
memory: 4282M
cpu: 15m
limits:
memory: 4282M
service:
app:
controller: *app
ports:
http:
port: *port
ingress:
app:
enabled: true
annotations:
hajimari.io/icon: mdi:ideogram-cjk-variant
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Komga
gethomepage.dev/description: Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
gethomepage.dev/group: Media
gethomepage.dev/icon: komga.png
gethomepage.dev/pod-selector: >-
app in (
komga
)
className: nginx
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
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