feat(ingress): add TLS configuration for dev.cm and www.dev.cm hosts
这个提交包含在:
@@ -17,6 +17,9 @@ metadata:
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- dev.cm
|
||||
rules:
|
||||
- host: dev.cm
|
||||
http:
|
||||
|
||||
@@ -9,6 +9,9 @@ metadata:
|
||||
rewrite ^/(.*)$ https://dev.cm/$1 permanent;
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- www.dev.cm
|
||||
rules:
|
||||
- host: www.dev.cm
|
||||
http:
|
||||
|
||||
在新议题中引用
屏蔽一个用户