--- # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: &app excalidraw spec: interval: 30m chart: spec: chart: app-template version: 3.2.1 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system install: remediation: retries: 3 upgrade: cleanupOnFail: true remediation: strategy: rollback retries: 3 values: controllers: excalidraw: strategy: RollingUpdate containers: app: image: repository: docker.io/excalidraw/excalidraw tag: latest@sha256:af23b64328ad484ca04ef0d05ba0517faa19d90ce7c578527b831a6d50458fe2 pullPolicy: IfNotPresent probes: liveness: enabled: true readiness: enabled: true resources: requests: cpu: 5m memory: 10Mi limits: memory: 50Mi pod: topologySpreadConstraints: - maxSkew: 1 topologyKey: kubernetes.io/hostname whenUnsatisfiable: DoNotSchedule labelSelector: matchLabels: app.kubernetes.io/name: *app service: app: controller: excalidraw ports: http: port: 80 ingress: app: className: internal-nginx hosts: - host: &host "draw.jahanson.tech" paths: - path: / pathType: Prefix service: identifier: app port: http tls: - hosts: - *host