fix: exchange entrypoint and host in ingresses

This commit is contained in:
NicolasHorde 2025-03-24 21:01:11 +01:00
parent 6ad2ad1bd1
commit 43c6b3fe2d

View File

@ -7,9 +7,9 @@ metadata:
name: typebot-builder
spec:
entryPoints:
- {{ .Values.ingress.entrypoint.builder.domain }}
- {{ .Values.ingress.entrypoint.builder.name }}
routes:
- match: Host(`{{ .Values.ingress.entrypoint.builder.name }}`)
- match: Host(`{{ .Values.ingress.entrypoint.builder.domain }}`)
kind: Rule
services:
- name: typebot-builder
@ -23,9 +23,9 @@ metadata:
name: typebot-viewer
spec:
entryPoints:
- {{ .Values.ingress.entrypoint.builder.domain }}
- {{ .Values.ingress.entrypoint.builder.name }}
routes:
- match: Host(`{{ .Values.ingress.entrypoint.viewer.name }}`)
- match: Host(`{{ .Values.ingress.entrypoint.viewer.domain }}`)
kind: Rule
services:
- name: typebot-viewer