Remove wishlist ingress
This commit is contained in:
parent
e0fc1c7711
commit
19dcbb44e3
@ -17,22 +17,22 @@ spec:
|
||||
tls:
|
||||
secretName: clank-cert
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: wishlist
|
||||
namespace: kube-system
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`wishlist.kjuulh.app`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: wishlist
|
||||
kind: Service
|
||||
namespace: wishlist
|
||||
port: 80
|
||||
tls:
|
||||
secretName: clank-cert
|
||||
#apiVersion: traefik.containo.us/v1alpha1
|
||||
#kind: IngressRoute
|
||||
#metadata:
|
||||
# name: wishlist
|
||||
# namespace: kube-system
|
||||
#spec:
|
||||
# entryPoints:
|
||||
# - web
|
||||
# - websecure
|
||||
# routes:
|
||||
# - match: Host(`wishlist.kjuulh.app`)
|
||||
# kind: Rule
|
||||
# services:
|
||||
# - name: wishlist
|
||||
# kind: Service
|
||||
# namespace: wishlist
|
||||
# port: 80
|
||||
# tls:
|
||||
# secretName: clank-cert
|
||||
|
Loading…
Reference in New Issue
Block a user