use only http
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
a22c74d871
commit
7a703ff4b7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue