--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: invidious namespace: public-services spec: interval: 5m chart: spec: chart: . version: 2.0.2 sourceRef: kind: GitRepository name: tyil-helm-invidious namespace: flux-system interval: 1m valuesFrom: - name: invidious-config kind: Secret values: replicaCount: 1 ingress: enabled: true className: nginx hosts: - host: youtube.alt.tyil.nl paths: - path: / config: channel_threads: 1 db: user: invidious host: 10.57.100.7 port: 5432 dbname: invidious domain: youtube.alt.tyil.nl feed_threads: 1 full_refresh: false https_only: true ...