🩹 fix komga helmrelease

This commit is contained in:
auricom
2022-12-31 00:02:43 +01:00
parent 6b55c5a7fd
commit c39a909373

View File

@@ -28,40 +28,20 @@ spec:
keepHistory: false keepHistory: false
values: values:
image: image:
repository: docker.io/filebrowser/filebrowser repository: gotson/komga
tag: v2.23.0 tag: "0.157.5"
env: env:
TZ: "${TIMEZONE}" TZ: "${TIMEZONE}"
FB_DATABASE: "/config/filebrowser.db" SERVER_PORT: &port 8080
FB_ROOT: "/media"
FB_LOG: "stdout"
FB_NOAUTH: "true"
service: service:
main: main:
ports: ports:
http: http:
port: &port 80
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: *port port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
ingress: ingress:
main: main:
enabled: true enabled: true
ingressClassName: "nginx" ingressClassName: "nginx"
annotations:
hajimari.io/icon: mdi:thought-bubble
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
@@ -70,31 +50,26 @@ spec:
tls: tls:
- hosts: - hosts:
- *host - *host
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: "OnRootMismatch"
supplementalGroups:
- 100
persistence: persistence:
config: config:
enabled: true enabled: true
existingClaim: komga-config existingClaim: komga-config
music: comics:
enabled: true enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/music path: /mnt/storage/home/claude/comics
mountPath: /mnt/storage/music mountPath: /mnt/storage/home/claude/comics
photo:
enabled: true
type: nfs
server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/photo
mountPath: /mnt/storage/photo
video:
enabled: true
type: nfs
server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/video
mountPath: /mnt/storage/video
resources: resources:
requests: requests:
cpu: 10m memory: 4282M
memory: 50Mi cpu: 15m
limits: limits:
memory: 500Mi memory: 4282M