DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -41,7 +41,8 @@ jobs:
|
||||
run: |
|
||||
echo "Cloning ${{ github.event.inputs.repo_path }}"
|
||||
echo "From branch ${{ github.event.inputs.branch }}"
|
||||
- name: Cloning2
|
||||
echo "Namespace ${{ github.event.inputs.namespace }}"
|
||||
- name: Cloning
|
||||
uses: https://git.binom.pw/otp/devops/clone@main
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
@@ -33,7 +33,12 @@ jobs:
|
||||
name: 'Deploy to dev'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning2
|
||||
- name: 'Print Info'
|
||||
run: |
|
||||
echo "Cloning ${{ github.event.inputs.repo_path }}"
|
||||
echo "From branch ${{ github.event.inputs.branch }}"
|
||||
echo "Namespace ${{ github.event.inputs.namespace }}"
|
||||
- name: Cloning
|
||||
uses: https://git.binom.pw/otp/devops/clone@main
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
@@ -29,6 +29,3 @@ auth:
|
||||
jwk:
|
||||
url: 'http://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
|
||||
claimName: 'dev-space'
|
||||
integrations:
|
||||
core:
|
||||
url: 'http://devspace-apiregistry-core-service-agent:8080'
|
||||
@@ -19,9 +19,9 @@ data:
|
||||
session.lifecycle.enabled: true
|
||||
fail-fast: true
|
||||
api-registry-core:
|
||||
url: 'http://{{$.Values.services.core}}'
|
||||
url: '{{$.Values.integrations.core.url}}'
|
||||
api-registry-generator:
|
||||
url: 'http://{{$.Values.services.generator}}'
|
||||
url: '{{$.Values.integrations.generator.url}}'
|
||||
app:
|
||||
auth:
|
||||
enabled: true
|
||||
|
||||
@@ -10,9 +10,6 @@ vault:
|
||||
appRole:
|
||||
roleId: '85a3c725-075b-b107-b948-a076625a1a37'
|
||||
secretId: 'b36b7b4c-5da4-d5cf-1cdf-f367bd52b475'
|
||||
services:
|
||||
core: 'devspace-apiregistry-core-service-agent:8080'
|
||||
generator: 'devspace-apiregistry-generator-service-agent:8080'
|
||||
keycloak:
|
||||
jwk: 'http://192.168.76.150/realms/devspace-dev/protocol/openid-connect/certs'
|
||||
claimName: 'dev-space'
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
ingress:
|
||||
host: '{{$.Values.ingress.domain}}.{{$.Release.Namespace}}.kube.xx'
|
||||
host: '{{$.Values.ingress.domain}}.{{$.Release.Namespace}}.kube.xx'
|
||||
integrations:
|
||||
core:
|
||||
url: 'http://main-devspace-apiregistry-core-service:8080'
|
||||
generator:
|
||||
url: 'http://devspace-apiregistry-generator-service-agent:8080'
|
||||
Reference in New Issue
Block a user