Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot e7bd72be43
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 15s
render-manifests / render-manifests (pull_request) Successful in 1m1s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.17.0
2026-04-10 02:02:52 +00:00

25 lines
576 B
YAML

site-profile:
global:
fullnameOverride: site-profile
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 3.17.0@sha256:22c5bebe1148c019cdd50c2da06d9e8679e1b2653762cb3f3febf1aba75c309f
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321