--- # yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: &app invidious-server 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: image: repository: quay.io/invidious/invidious tag: latest@sha256:5593cb066fd728ed441dc045fcd107f47a3b57e7d60e13fad2b7033baffb5026 service: main: ports: http: port: 3000 ingress: main: enabled: true ingressClassName: "nginx" annotations: auth.home.arpa/enabled: "true" external-dns.home.arpa/enabled: "true" hajimari.io/icon: mdi:web hosts: - host: &host "invidious.${SECRET_CLUSTER_DOMAIN}" paths: - path: / pathType: Prefix tls: - hosts: - *host persistence: config: enabled: true type: configMap name: *app subPath: config.yml mountPath: /invidious/config/config.yml readOnly: false podAnnotations: secret.reloader.stakater.com/reload: *app resources: requests: cpu: 50m memory: 256Mi