1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 04:43:16 +00:00
Files
xslt-lab/charts/xslt-playground/values.yaml
T
alexandrev-tibco e0f721a162 Helm: add feedbackWebhookUrl support to frontend deployment (chart 0.1.3)
Adds VITE_FEEDBACK_WEBHOOK_URL env var passed to frontend container,
wired to frontend.feedbackWebhookUrl in values.yaml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 14:09:22 +02:00

75 lines
1.4 KiB
YAML

replicaCount:
frontend: 1
backend: 1
image:
frontend:
repository: xslt-playground-frontend
tag: "latest"
pullPolicy: IfNotPresent
backend:
repository: xslt-playground-backend
tag: "latest"
pullPolicy: IfNotPresent
service:
frontend:
type: ClusterIP
port: 80
backend:
type: ClusterIP
port: 8000
ingress:
enabled: true
className: ""
annotations: {}
hosts:
- host: xslt.local
paths:
- path: /
pathType: Prefix
tls: []
resources:
frontend: {}
backend: {}
hpa:
frontend:
enabled: true
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
backend:
enabled: true
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
firebase:
enabled: true
secretName: firebase-config
credentialsKey: service-account.json
configKey: firebase-config.json
credentialsMountPath: /var/secrets/firebase
storage:
enabled: true
databaseUrl: postgres://postgres:postgres@db/xslt?sslmode=disable
frontend:
# URL used by the frontend to reach the backend. Defaults to the
# internal service URL when empty.
backendUrl: ""
# Optional Google Analytics measurement ID
googleAnalyticsId: ""
# Optional Microsoft Clarity project ID
clarityId: ""
# Optional n8n webhook URL for in-app feedback form
feedbackWebhookUrl: ""
# Content for the optional ads.txt file served by the frontend
adsTxt: ""