Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot b33a051269
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 1m52s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m55s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.18.4
2026-04-19 15:34:09 +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.18.4@sha256:3fb32ba981a059c1203c8716140bff20cc6484a90ec8694f8ac0604ac456c7f8
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321