Files
infrastructure/clusters/cl01tl/applications/site-profile/values.yaml
Alex Lebens 9c992510dc
All checks were successful
renovate / renovate (push) Successful in 1m54s
change repo
2025-06-08 21:00:16 -05: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.8.5
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