add isolated live development deployments
This commit is contained in:
17
dev/helm/values.yaml
Normal file
17
dev/helm/values.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
instance: ""
|
||||
|
||||
image:
|
||||
repository: nginx
|
||||
tag: 1.29-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
sharedVolume:
|
||||
claimName: control-vibes-control-data
|
||||
subPath: ""
|
||||
|
||||
service:
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
className: nginx
|
||||
host: ""
|
||||
Reference in New Issue
Block a user