Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Renovate Bot 6c974ae0e3
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 46s
renovate / renovate (push) Successful in 2m23s
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.0.9 (#3476)
2026-01-24 17:54:38 +00:00

28 lines
614 B
YAML

site-documentation:
global:
fullnameOverride: site-documentation
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.0.9
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP