add deploy

This commit is contained in:
Kirill Andrusyak
2023-07-17 22:40:01 +00:00
parent ae2f80f22a
commit a536369e6a
11 changed files with 274 additions and 0 deletions

View 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