Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot 69dcbfeeb6
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 37s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 46s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.20.1
2026-05-10 01:19:46 +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.20.1@sha256:b93c69d662380b9aea223198dad59de92fd1106b449920aa9ea3e6653f6cf814
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321