Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Renovate Bot 4fe65b62a8
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.29.0
2026-05-09 00:05:58 +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.29.0@sha256:5b1390542baa3367f7646dcec79b96ce2341f3fd16314017c44046e792121bfa
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321