Adding to existing
This commit is contained in:
parent
f64566981a
commit
dfd2fee3ac
@ -14,19 +14,7 @@ spec:
|
||||
services: # Service to redirect requests to
|
||||
- name: api@internal # Special service created by Traefik pod
|
||||
kind: TraefikService
|
||||
tls:
|
||||
secretName: clank-cert
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: wishlist
|
||||
namespace: wishlist
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
- websecure
|
||||
routes:
|
||||
|
||||
- match: Host(`wishlist.kjuulh.app`)
|
||||
kind: Rule
|
||||
services:
|
||||
@ -36,3 +24,23 @@ spec:
|
||||
port: 80
|
||||
tls:
|
||||
secretName: clank-cert
|
||||
#---
|
||||
#apiVersion: traefik.containo.us/v1alpha1
|
||||
#kind: IngressRoute
|
||||
#metadata:
|
||||
# name: wishlist
|
||||
# namespace: wishlist
|
||||
#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