add deployment

This commit is contained in:
kandrusyak
2023-07-24 23:46:43 +03:00
parent 54cd6872e4
commit 0133228007
14 changed files with 333 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
app:
fullName: ${CI_PROJECT_TITLE}
image: docker-registry.dopcore.com/${CI_PROJECT_PATH}
db:
connection_string: ${CONNECTION_STRING}
server:
port: ${SERVICE_PORT}
replicas: ${SERVICE_REPLICAS}
images:
pullSecret: regcred
ingress:
enabled: false
autoscaling:
enabled: false