Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot 483dfe654b
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 36s
lint-test-helm / validate-kubeconform (pull_request) Successful in 36s
lint-test-helm / argo-diff (pull_request) Successful in 42s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.18.0
2026-04-12 13:05:26 +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.0@sha256:1219a291faaaef87761e9f8b0857270165c505d95c0a30325fe4e2be422ba377
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321