test: flux local cluster setup with infra-devops post
这个提交包含在:
@@ -0,0 +1,22 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: fillcode
|
||||
namespace: apps
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: fillcode.com
|
||||
http:
|
||||
paths:
|
||||
- path: /docs/fillcode
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: halo
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- fillcode.com
|
||||
secretName: fillcode-com-crt
|
||||
在新议题中引用
屏蔽一个用户