feat(ingress): add TLS configuration for dev.cm and www.dev.cm hosts

这个提交包含在:
rohow
2026-04-20 20:18:00 +08:00
未验证
父节点 7d33557c88
当前提交 39f6d34276
修改 3 个文件,包含 6 行新增1 行删除
+3
查看文件
@@ -17,6 +17,9 @@ metadata:
add_header X-Cache-Status $upstream_cache_status; add_header X-Cache-Status $upstream_cache_status;
spec: spec:
ingressClassName: nginx ingressClassName: nginx
tls:
- hosts:
- dev.cm
rules: rules:
- host: dev.cm - host: dev.cm
http: http:
+3
查看文件
@@ -9,6 +9,9 @@ metadata:
rewrite ^/(.*)$ https://dev.cm/$1 permanent; rewrite ^/(.*)$ https://dev.cm/$1 permanent;
spec: spec:
ingressClassName: nginx ingressClassName: nginx
tls:
- hosts:
- www.dev.cm
rules: rules:
- host: www.dev.cm - host: www.dev.cm
http: http:
-1
查看文件
@@ -27,7 +27,6 @@ spec:
interval: 30m interval: 30m
timeout: 15m timeout: 15m
retryInterval: 1m retryInterval: 1m
suspend: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux name: flux