trying to add to existing
This commit is contained in:
parent
7d329e79bf
commit
2f38c77ca8
@ -14,19 +14,7 @@ spec:
|
|||||||
services: # Service to redirect requests to
|
services: # Service to redirect requests to
|
||||||
- name: api@internal # Special service created by Traefik pod
|
- name: api@internal # Special service created by Traefik pod
|
||||||
kind: TraefikService
|
kind: TraefikService
|
||||||
tls:
|
|
||||||
secretName: clank-cert
|
|
||||||
---
|
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
|
||||||
kind: IngressRoute
|
|
||||||
metadata:
|
|
||||||
name: wishlist-ingress
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
entryPoints:
|
|
||||||
- web
|
|
||||||
- websecure
|
|
||||||
routes:
|
|
||||||
- match: Host(`wishlist.kjuulh.app`)
|
- match: Host(`wishlist.kjuulh.app`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user