Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Renovate Bot e9e3d7a70b
Some checks failed
lint-test-helm / lint-helm (pull_request) Successful in 31s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Failing after 6s
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.21.0
2026-04-07 00:33:42 +00: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.21.0@sha256:556d92724306b0949c38185ffbaa7e3f05b9ba0d9b8dcfee0fc7a21985d10199
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321