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:
|
||||
|
||||
@@ -27,7 +27,6 @@ spec:
|
||||
interval: 30m
|
||||
timeout: 15m
|
||||
retryInterval: 1m
|
||||
suspend: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux
|
||||
|
||||
在新议题中引用
屏蔽一个用户