DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -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 }}
|
|
||||||
@@ -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'
|
||||||
Reference in New Issue
Block a user