update frontend deploy
This commit is contained in:
16
deploy/values.template.yaml
Normal file
16
deploy/values.template.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
app:
|
||||
fullName: ${CI_PROJECT_TITLE}
|
||||
image: docker-registry.dopcore.com/${CI_PROJECT_PATH}
|
||||
server:
|
||||
port: ${SERVICE_PORT}
|
||||
|
||||
replicas: ${SERVICE_REPLICAS}
|
||||
|
||||
images:
|
||||
pullSecret: regcred
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
autoscaling:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user