diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 17399e3..183e544 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -67,11 +67,11 @@ metadata: spec: entryPoints: - web + routes: + - match: Host(`echo.fp.sbtp.xyz`) || PathPrefix(`/extra/echo`) + kind: Rule + services: + - name: echo + port: 8001 # tls: # secretName: echo-cert - routes: - - match: Host(`echo.fp.sbtp.xyz`) || PathPrefix(`/extra/echo`) - kind: Rule - services: - - name: echo - port: 8001 diff --git a/charts/fp/templates/traefik.yaml b/charts/fp/templates/traefik.yaml index 2e05506..fa41c19 100644 --- a/charts/fp/templates/traefik.yaml +++ b/charts/fp/templates/traefik.yaml @@ -54,8 +54,8 @@ spec: tls: hosts: - "{{ .Values.echo.hostname }}" - secretName: echo-cert + secretName: echo-cert - "{{ .Values.next.hostname }}" - secretName: next-cert + secretName: next-cert - "{{ .Values.strapi.hostname }}" - secretName: strapi-cert \ No newline at end of file + secretName: strapi-cert \ No newline at end of file