Files
infrastructure/clusters/cl01tl/applications/site-profile/values.yaml
Renovate Bot b88b8401c4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
Update harbor.alexlebens.net/images/site-profile Docker tag to v0.9.0
2025-07-15 16:02:20 +00:00

31 lines
692 B
YAML

site-profile:
global:
fullnameOverride: site-profile
controllers:
main:
type: deployment
replicas: 3
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 0.9.0
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