DEVX-200: [BE] Унифицировать понятие версии сервиса

This commit is contained in:
2026-04-08 13:35:28 +03:00
parent 45c391ab65
commit ba3ab83fd6
9 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
database:
url: '192.168.76.114:5432/production'
user: 'postgres'
password: 'postgres'
password: 'postgres'
ingress:
host: '{{$.Values.ingress.domain}}.devspace.xx'
+2
View File
@@ -0,0 +1,2 @@
ingress:
host: '{{$.Values.ingress.domain}}.{{$.Release.Namespace}}.kube.xx'