Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot 117b902b8c
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 1m43s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 25m57s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.2.4 (#3631)
2026-01-31 00:44:48 +00:00

28 lines
596 B
YAML

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