Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
T
renovate-bot 7ddccd61ce
lint-test-helm / lint-helm (pull_request) Successful in 40s
render-manifests / render-manifests (pull_request) Successful in 45s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.21.0
2026-05-22 00:43:02 +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.21.0@sha256:dae8734a45bb9fbd9a6190b6b5284563403bfd10962023d448685afc003b209c
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321