Files
infrastructure/clusters/cl01tl/helm/site-saralebens/values.yaml
Alex Lebens 076ed18414
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m25s
lint-test-helm / validate-kubeconform (pull_request) Successful in 2m47s
render-manifests / render-manifests (pull_request) Successful in 52s
feat: update tag
2026-04-09 21:15:33 -05: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.0.0@sha256:547a1276115fb410fd19b1c4247dcaae01ab833970fda8ff301919b0369021b7
resources:
requests:
cpu: 10m
memory: 40Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321