k3s-cluster/cluster/apps/media/ombi/helm-release.yaml

62 lines
1.3 KiB
YAML
Raw Normal View History

2023-05-14 16:08:14 -04:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: ombi
namespace: media
spec:
interval: 5m
chart:
spec:
chart: app-template
version: 1.3.x
sourceRef:
kind: HelmRepository
name: bjws-charts
namespace: flux-system
values:
image:
repository: lscr.io/linuxserver/ombi
tag: "4.43.5"
2023-05-14 16:08:14 -04:00
env:
TZ: America/New_York
PUID: "1000"
PGID: "1000"
service:
main:
ports:
http:
port: 3579
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
2023-05-21 16:53:37 -04:00
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
2023-05-14 16:08:14 -04:00
hosts:
- host: &host "request.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
secretName: wildcard-main-tls
persistence:
config:
enabled: true
type: hostPath
hostPath: /mnt/MainPool/Kubernetes/ombi
2023-05-21 16:13:16 -04:00
mountPath: /config
2023-05-14 16:08:14 -04:00
# resources:
# requests:
# cpu: 1m
# memory: 140Mi
# limits:
# memory: 300Mi