Files
infrastructure/clusters/cl01tl/helm/excalidraw/values.yaml
Renovate Bot 2df47b5b2f
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m14s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m15s
chore(deps): update excalidraw/excalidraw:latest docker digest to b6cd044
2026-05-05 20:04:50 +00:00

46 lines
1.0 KiB
YAML

excalidraw:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: excalidraw/excalidraw
tag: latest@sha256:b6cd04431d88f2756a7c3095cf7970884e8fd6b2800c9445b5a60a5c715bbf0c
env:
- name: NODE_ENV
value: production
- name: TZ
value: America/Chicago
resources:
requests:
cpu: 1m
memory: 10Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 80
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- excalidraw.alexlebens.net
rules:
- backendRefs:
- name: excalidraw
port: 80
matches:
- path:
type: PathPrefix
value: /