🔧 enhance Makefile and Readme with Docker Swarm and Kubernetes support, adding new targets for deployment and management
This commit is contained in:
11
k8s/handheld-devices/values-local.yaml
Normal file
11
k8s/handheld-devices/values-local.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Overrides for local dev (minikube, kind, etc.)
|
||||
api:
|
||||
image:
|
||||
pullPolicy: Never # use locally built images
|
||||
worker:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
frontend:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
apiUrl: "http://localhost:8080"
|
||||
Reference in New Issue
Block a user