Skip to content

Commit 675b063

Browse files
committed
Add testing DNS name to application
1 parent ea7653d commit 675b063

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

k8s/app.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ spec:
6666
tls:
6767
- hosts:
6868
- penn-chime.phl.io
69+
- lke.penn-chime.phl.io
6970
secretName: tls-secret
7071
rules:
7172
- host: penn-chime.phl.io
@@ -75,3 +76,10 @@ spec:
7576
backend:
7677
serviceName: chime
7778
servicePort: 80
79+
- host: lke.penn-chime.phl.io
80+
http:
81+
paths:
82+
- path: /
83+
backend:
84+
serviceName: chime
85+
servicePort: 80

0 commit comments

Comments
 (0)