theshire/kubernetes/apps/default/excalidraw/app/helmrelease.yaml

74 lines
1.9 KiB
YAML

---
# 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.3.2
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:ccfc77a09f410f04508a91cc4fa17435579058df8f9b1281f095103e27ec73f3
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