Files
LuaMicroservices/k8s/handheld-devices/values-a.yaml
Christian van Dijk d7562d8a30
All checks were successful
CI / Lint (push) Successful in 21s
CI / Helm Lint (push) Successful in 5s
CI / Build (push) Successful in 1m48s
CI / Test (push) Successful in 44s
🔧 enhance Makefile and Readme with Docker Swarm and Kubernetes support, adding new targets for deployment and management
2026-02-23 23:30:20 +01:00

18 lines
461 B
YAML

# Overrides for A environment (staging/production)
# Customize: image tags, ingress, apiUrl, replicas, etc.
frontend:
apiUrl: "https://handheld-a.example.com" # override with your A env URL
ingress:
enabled: true
hosts:
- host: handheld-a.example.com
paths:
- path: /api
pathType: Prefix
service: api
port: 8080
- path: /
pathType: Prefix
service: frontend
port: 8090