Files
astra-users/deploy/values.template.yaml
kandrusyak 317f7978c3 add envs
2023-07-04 02:04:13 +03:00

17 lines
249 B
YAML

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