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

75 lines
1.9 KiB
YAML
Raw Normal View History

2024-09-05 05:05:08 -05:00
---
# 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.4.0
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:2e35b321d9672cdebb80653056cf94676167afd978e6c4db58e692841f520598
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