This commit is contained in:
Vassiliy Yegorov
2021-05-23 10:43:57 +07:00
parent 818e35b913
commit c3a2d72a52
5 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ metadata:
name: k8s-app
spec:
rules:
- host: app.k8s-nsk.tk
- host: app3.k8s-nsk.tk
http:
paths:
- pathType: Prefix
@@ -47,7 +47,7 @@ spec:
number: 80
tls:
- hosts:
- app.k8s-nsk.tk
- app3.k8s-nsk.tk
secretName: app-k8s-nsk-tls
---