🔧 enhance Makefile and Readme with Docker Swarm and Kubernetes support, adding new targets for deployment and management
This commit is contained in:
17
k8s/handheld-devices/values-a.yaml
Normal file
17
k8s/handheld-devices/values-a.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user