DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -12,6 +12,7 @@ image:
|
||||
pullPolicy: Always
|
||||
version: ''
|
||||
ingress:
|
||||
domain: 'ui'
|
||||
host: 'ui.devx.kube.xx'
|
||||
prefix: '/devspace-api'
|
||||
s3:
|
||||
|
||||
@@ -11,6 +11,7 @@ image:
|
||||
pullPolicy: Always
|
||||
version: ''
|
||||
ingress:
|
||||
domain: 'core'
|
||||
host: 'core.devx.kube.xx'
|
||||
name: agent
|
||||
securityContext:
|
||||
|
||||
@@ -11,6 +11,7 @@ image:
|
||||
pullPolicy: Always
|
||||
version: ''
|
||||
ingress:
|
||||
domain: 'generator'
|
||||
host: 'generator.devx.kube.xx'
|
||||
name: agent
|
||||
securityContext:
|
||||
|
||||
@@ -17,5 +17,6 @@ keycloak:
|
||||
jwk: 'http://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
|
||||
claimName: 'dev-space'
|
||||
ingress:
|
||||
domain: 'ui'
|
||||
host: 'ui.devx.kube.xx'
|
||||
prefix: '/devspace-gateway'
|
||||
@@ -11,5 +11,6 @@ image:
|
||||
pullPolicy: Always
|
||||
version: ''
|
||||
ingress:
|
||||
domain: 'ui'
|
||||
host: 'ui.devx.kube.xx'
|
||||
prefix: '/devspace-ui'
|
||||
@@ -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'
|
||||
@@ -0,0 +1,2 @@
|
||||
ingress:
|
||||
host: '{{$.Values.ingress.domain}}.{{$.Release.Namespace}}.kube.xx'
|
||||
Reference in New Issue
Block a user