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

This commit is contained in:
2026-04-07 18:48:19 +03:00
parent eb221c05e2
commit 94dc4110ab
2 changed files with 4 additions and 17 deletions
@@ -1,16 +0,0 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: {{ $.Release.Name }}-{{ $.Values.name }}-route
namespace: devx
spec:
entryPoints:
- web
routes:
- match: Host(`{{tpl $.Values.ingress.host .}}`)
kind: Rule
middlewares:
- name: {{$.Release.Name}}-cors
services:
- name: "{{ $.Release.Name }}-{{ $.Values.name }}"
port: {{ $.Values.port }}
+4 -1
View File
@@ -1,3 +1,6 @@
replicaCount: 1
autoscaling:
enabled: false
ingress: ingress:
host: 'gateway.devx.kube.xx' host: 'gateway.devx.kube.xx'
port: 8080 port: 8080
@@ -15,4 +18,4 @@ keycloak:
claimName: 'development-space' claimName: 'development-space'
ingress: ingress:
host: 'ui.devx.kube.xx' host: 'ui.devx.kube.xx'
prefix: '/devspace-ui' prefix: '/devspace-gateway'