Files
infrastructure/clusters/cl01tl/helm/site-documentation/values.yaml
Renovate Bot 0b4d023f05
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 21s
renovate / renovate (push) Successful in 3m27s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 15m37s
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.1.4 (#4083)
2026-02-19 01:28:00 +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.1.4
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP