Files
infrastructure/clusters/cl01tl/helm/site-saralebens/values.yaml
Renovate Bot da7a3e4599
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 42s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Successful in 1m27s
chore(deps): update harbor.alexlebens.net/images/site-saralebens docker tag to v1.2.0
2026-05-09 01:27:54 +00:00

25 lines
584 B
YAML

site-saralebens:
global:
fullnameOverride: site-saralebens
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-saralebens
tag: 1.2.0@sha256:645930bfb6f51d56525d4175379ff774d383da62cb893a1313e91ee5c81079b0
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321