DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: 'Build Backend'
|
name: 'Deploy Backend'
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@@ -89,8 +89,8 @@ jobs:
|
|||||||
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
||||||
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
||||||
--set "imagePullSecrets[0].name=regcred" \
|
--set "imagePullSecrets[0].name=regcred" \
|
||||||
-f ./helms/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
|
||||||
-f ./helms/devspc/stands/values.yaml \
|
-f ./helms/devspc/stands/values.yaml \
|
||||||
|
-f ./helms/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
||||||
--wait
|
--wait
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: 'Build Frontend'
|
name: 'Deploy Frontend'
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@@ -136,8 +136,8 @@ jobs:
|
|||||||
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
||||||
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
||||||
--set "imagePullSecrets[0].name=regcred" \
|
--set "imagePullSecrets[0].name=regcred" \
|
||||||
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \
|
|
||||||
-f "${{ github.workspace }}/devspc/values.yaml" \
|
-f "${{ github.workspace }}/devspc/values.yaml" \
|
||||||
|
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \
|
||||||
--wait
|
--wait
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ image:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
version: ''
|
version: ''
|
||||||
ingress:
|
ingress:
|
||||||
|
domain: 'ui'
|
||||||
host: 'ui.devx.kube.xx'
|
host: 'ui.devx.kube.xx'
|
||||||
prefix: '/devspace-api'
|
prefix: '/devspace-api'
|
||||||
s3:
|
s3:
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ image:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
version: ''
|
version: ''
|
||||||
ingress:
|
ingress:
|
||||||
|
domain: 'core'
|
||||||
host: 'core.devx.kube.xx'
|
host: 'core.devx.kube.xx'
|
||||||
name: agent
|
name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ image:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
version: ''
|
version: ''
|
||||||
ingress:
|
ingress:
|
||||||
|
domain: 'generator'
|
||||||
host: 'generator.devx.kube.xx'
|
host: 'generator.devx.kube.xx'
|
||||||
name: agent
|
name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -17,5 +17,6 @@ keycloak:
|
|||||||
jwk: 'http://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
|
jwk: 'http://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
|
||||||
claimName: 'dev-space'
|
claimName: 'dev-space'
|
||||||
ingress:
|
ingress:
|
||||||
|
domain: 'ui'
|
||||||
host: 'ui.devx.kube.xx'
|
host: 'ui.devx.kube.xx'
|
||||||
prefix: '/devspace-gateway'
|
prefix: '/devspace-gateway'
|
||||||
@@ -11,5 +11,6 @@ image:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
version: ''
|
version: ''
|
||||||
ingress:
|
ingress:
|
||||||
|
domain: 'ui'
|
||||||
host: 'ui.devx.kube.xx'
|
host: 'ui.devx.kube.xx'
|
||||||
prefix: '/devspace-ui'
|
prefix: '/devspace-ui'
|
||||||
@@ -2,3 +2,5 @@ database:
|
|||||||
url: '192.168.76.114:5432/production'
|
url: '192.168.76.114:5432/production'
|
||||||
user: 'postgres'
|
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