mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00

| datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | docker | sndxr/komf | 0.27.3 | 0.28.0 |
64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app komf
|
|
namespace: default
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: app-template
|
|
version: 1.4.0
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: bjw-s
|
|
namespace: flux-system
|
|
maxHistory: 3
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
uninstall:
|
|
keepHistory: false
|
|
values:
|
|
controller:
|
|
annotations:
|
|
reloader.stakater.com/auto: "true"
|
|
image:
|
|
repository: sndxr/komf
|
|
tag: "0.28.0"
|
|
env:
|
|
KOMF_KOMGA_BASE_URI: http://komga.default.svc.cluster.local:8080
|
|
KOMF_LOG_LEVEL: INFO
|
|
envFrom:
|
|
- secretRef:
|
|
name: komf-secret
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: &port 8085
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
existingClaim: komf-config
|
|
configmap:
|
|
enabled: true
|
|
type: configMap
|
|
name: komf-configmap
|
|
subPath: application.yml
|
|
mountPath: /config/application.yml
|
|
readOnly: true
|
|
resources:
|
|
requests:
|
|
memory: 4282M
|
|
cpu: 15m
|
|
limits:
|
|
memory: 4282M
|