add excalidraw
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m28s
lint-test-docker / lint-docker-compose (push) Successful in 1m35s
render-manifests-push / render-manifests-push (push) Successful in 2m9s
renovate / renovate (push) Successful in 1m26s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 35m19s
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m28s
lint-test-docker / lint-docker-compose (push) Successful in 1m35s
render-manifests-push / render-manifests-push (push) Successful in 2m9s
renovate / renovate (push) Successful in 1m26s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 35m19s
This commit is contained in:
51
clusters/cl01tl/helm/excalidraw/values.yaml
Normal file
51
clusters/cl01tl/helm/excalidraw/values.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
excalidraw:
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: excalidraw/excalidraw
|
||||
tag: latest@sha256:3c2513e830bb6e195147c05b34ecf8393d0ba2b1cc86e93b407a5777d6135c6c
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: NODE_ENV
|
||||
value: production
|
||||
- name: TZ
|
||||
value: America/Chicago
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 3000
|
||||
protocol: HTTP
|
||||
route:
|
||||
main:
|
||||
kind: HTTPRoute
|
||||
parentRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
hostnames:
|
||||
- excalidraw.alexlebens.net
|
||||
rules:
|
||||
- backendRefs:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: excalidraw
|
||||
port: 80
|
||||
weight: 100
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
Reference in New Issue
Block a user