Files
infrastructure/clusters/cl01tl/applications/site-profile/values.yaml
Renovate Bot 8fc0284f6d
Some checks failed
lint-test-helm / helm-lint (pull_request) Successful in 8s
lint-test-helm / helm-lint (push) Failing after 5s
renovate / renovate (push) Successful in 44s
Update harbor.alexlebens.net/images/site-profile Docker tag to v0.8.12
2025-06-10 19:01:55 +00:00

31 lines
693 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.12
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