Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot fba19fe073
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests / render-manifests (pull_request) Successful in 1m33s
lint-test-helm / lint-helm (pull_request) Successful in 18m46s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m22s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.18.7
2026-04-27 18:58:28 +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.7@sha256:d2e31d00b58aa8e843eeaa5ba75d1bb73dd9d1587185b82e5451a585285de6a0
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321