18 lines
461 B
YAML
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
|