Files
infrastructure/clusters/cl01tl/helm/excalidraw/values.yaml
Renovate Bot 6706aaa06b
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 40s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 59s
chore(deps): update excalidraw/excalidraw:latest docker digest to f7ee194
2026-05-06 22:04:18 +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:f7ee194addd607bf831d2af0f0a34463dd4225e426cf35199ef0b12a803398e9
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: /