Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
T
renovate-bot f0a65adff4
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m8s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v3.22.0
2026-05-22 19:33:19 +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.22.0@sha256:09b0b8635385eb4a18457e0b5fc6e2396d456bf964e54dd073d3524fa29afbf0
resources:
requests:
cpu: 10m
memory: 60Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321