diff --git a/charts/fp/templates/echo.yaml b/charts/fp/templates/echo.yaml index 6702116..16627c3 100644 --- a/charts/fp/templates/echo.yaml +++ b/charts/fp/templates/echo.yaml @@ -69,15 +69,13 @@ metadata: namespace: futureporn annotations: kubernetes.io/ingress.class: traefik - traefik.ingress.kubernetes.io/router.entrypoints: web,websecure,traefik - traefik.ingress.kubernetes.io/router.tls: "false" + traefik.ingress.kubernetes.io/router.entrypoints: web cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}" spec: rules: - - host: "{{ .Values.echo.hostname }}" - http: + - http: paths: - - path: / + - path: /extra/echo pathType: Prefix backend: service: