--- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: &app linkding namespace: default spec: interval: 30m chart: spec: chart: app-template version: 2.4.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system maxHistory: 2 install: createNamespace: true remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 uninstall: keepHistory: false values: controllers: main: strategy: RollingUpdate annotations: reloader.stakater.com/auto: "true" initContainers: init-db: image: repository: ghcr.io/auricom/postgres-init tag: 15.5@sha256:9b1b80d8101d3f1c73ef13b90dff2ab3bc855bd79ebcd334cba57db391ce6db0 pullPolicy: IfNotPresent envFrom: &envFrom - secretRef: name: linkding-secret containers: main: image: repository: sissbruecker/linkding tag: 1.23.1 envFrom: *envFrom probes: liveness: &probes enabled: true custom: true spec: httpGet: path: /health port: &port 9090 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 failureThreshold: 3 readiness: *probes startup: enabled: false resources: requests: cpu: 10m memory: 256Mi service: main: ports: http: port: *port ingress: main: enabled: true className: "nginx" annotations: hajimari.io/icon: link hosts: - host: &host "links.${SECRET_CLUSTER_DOMAIN}" paths: - path: / service: name: main port: http tls: - hosts: - *host