Files
infrastructure/clusters/cl01tl/applications/site-profile/values.yaml
Renovate Bot f1b7f24c80
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
Update harbor.alexlebens.net/images/site-profile Docker tag to v1.0.1
2025-07-25 05:13:10 +00:00

31 lines
697 B
YAML

site-profile:
global:
fullnameOverride: site-profile
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 1.0.1
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP
cloudflared-site:
name: cloudflared-site
existingSecretName: site-profile-cloudflared-api-secret