Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Alex Lebens d2ca582ed7
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 24s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 35s
feat: refactor apps
2026-04-06 18:36:04 -05:00

25 lines
594 B
YAML

site-documentation:
global:
fullnameOverride: site-documentation
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321