feat(nginx): 增加验证码相关设置
这个提交包含在:
@@ -0,0 +1,24 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: fillcode
|
||||
namespace: apps
|
||||
spec:
|
||||
repo: https://cowboysysop.github.io/charts/
|
||||
chart: whoami
|
||||
targetNamespace: apps
|
||||
version: 5.1.2
|
||||
valuesContent: |-
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- fillcode.com
|
||||
secretName: fillcode-com-crt
|
||||
hosts:
|
||||
- host: fillcode.com
|
||||
paths:
|
||||
- /whoami
|
||||
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: fillcode
|
||||
namespace: apps
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- fillcode.com
|
||||
secretName: fillcode-com-crt
|
||||
rules:
|
||||
- host: fillcode.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: fillcode
|
||||
port:
|
||||
number: 80
|
||||
在新议题中引用
屏蔽一个用户