--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: &app invidious-server namespace: default spec: interval: 15m chart: spec: chart: app-template version: 0.2.2 sourceRef: kind: HelmRepository name: bjw-s-charts namespace: flux-system install: createNamespace: true remediation: retries: 5 upgrade: remediation: retries: 5 dependsOn: - name: postgres namespace: default values: image: repository: quay.io/invidious/invidious tag: 12db1be87b581b7de616768995e1e69f21a9b691 service: main: ports: http: port: 3000 ingress: main: enabled: true ingressClassName: "nginx" annotations: auth.home.arpa/enabled: "true" external-dns.home.arpa/enabled: "true" 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