Files
auricom-home-cluster/kubernetes/apps/default/komf/app/helmrelease.yaml
feisar-bot[bot] 1b5f44d1b4 ⬆️ Update sndxr/komf ( 1.1.0 → 1.2.1 )
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| docker     | sndxr/komf | 1.1.0 | 1.2.1 |
2024-11-25 18:28:41 +01:00

74 lines
1.8 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 komf
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
dependsOn:
- name: komga
values:
controllers:
komf:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: sndxr/komf
tag: 1.2.1@sha256:1a6f1cb85d1f2594397ab31e63419f9098baf6c3b3bbd9cb470aa6d1a650fe72
env:
KOMF_KOMGA_BASE_URI: http://komga.default.svc.cluster.local:8080
KOMF_LOG_LEVEL: INFO
envFrom:
- secretRef:
name: komf-secret
resources:
requests:
memory: 4282M
cpu: 15m
limits:
memory: 4282M
service:
app:
controller: *app
ports:
http:
port: 8085
persistence:
config:
enabled: true
existingClaim: *app
globalMounts:
- path: /config
configmap:
enabled: true
type: configMap
name: komf-configmap
globalMounts:
- path: /config/application.yml
readOnly: true
subPath: application.yml