Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Renovate Bot 242eff9322
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m12s
render-manifests / render-manifests (pull_request) Successful in 41s
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.25.0
2026-04-14 00:44:03 +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.25.0@sha256:1509b20e703617ce8e6fc78fa599a56c09be178541adc82da406632f9af15d97
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321