use only http
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-29 13:39:51 -08:00
parent a22c74d871
commit 7a703ff4b7
1 changed files with 3 additions and 5 deletions

View File

@ -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: