Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot 62d03b3d3e
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 20s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m22s
render-manifests / render-manifests (pull_request) Successful in 2m50s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.13.0
2026-03-16 17:04:17 +00:00

28 lines
597 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: 3.13.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP