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