Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot d599d4de8f
Some checks failed
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
Update harbor.alexlebens.net/images/site-profile Docker tag to v2.1.4 (#2998)
2025-12-30 22:23:32 +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.1.4
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP