1
This commit is contained in:
parent
516e9e6d70
commit
440d4405bb
2
gp2517/env/storage.env
vendored
2
gp2517/env/storage.env
vendored
@ -2,5 +2,5 @@ CLOUD_ID=IKIDPhniOp11pOh6IFwQgiV5RatMo48yi8OR
|
|||||||
CLOUD_KEY=tdAUZP2Scw52oOn360iEVZR9fy62mJfr
|
CLOUD_KEY=tdAUZP2Scw52oOn360iEVZR9fy62mJfr
|
||||||
CLOUD_DOMAIN=cos.ap-guangzhou.myqcloud.com
|
CLOUD_DOMAIN=cos.ap-guangzhou.myqcloud.com
|
||||||
CLOUD_APP_ID=1321231020
|
CLOUD_APP_ID=1321231020
|
||||||
CLOUD_BUCKET=g2516-1321231020
|
CLOUD_BUCKET=g2517-1321231020
|
||||||
CLOUD_REGION=ap-guangzhou
|
CLOUD_REGION=ap-guangzhou
|
||||||
@ -6,7 +6,7 @@ metadata:
|
|||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
|
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
|
||||||
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
|
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
|
||||||
nginx.ingress.kubernetes.io/auth-tls-secret: "gp2516/ca-secret"
|
nginx.ingress.kubernetes.io/auth-tls-secret: "gp2517/ca-secret"
|
||||||
nginx.ingress.kubernetes.io/auth-tls-verify-client: "on"
|
nginx.ingress.kubernetes.io/auth-tls-verify-client: "on"
|
||||||
nginx.ingress.kubernetes.io/auth-tls-verify-depth: "2"
|
nginx.ingress.kubernetes.io/auth-tls-verify-depth: "2"
|
||||||
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true"
|
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true"
|
||||||
@ -18,14 +18,14 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- api-g2516.qq.com
|
- api-g2517.qq.com
|
||||||
- h5-g2516.qq.com
|
- h5-g2517.qq.com
|
||||||
- down-g2516.qq.com
|
- down-g2517.qq.com
|
||||||
- admin-g2516.qq.com
|
- admin-g2517.qq.com
|
||||||
- agent-g2516.qq.com
|
- agent-g2517.qq.com
|
||||||
secretName: tls-secret
|
secretName: tls-secret
|
||||||
rules:
|
rules:
|
||||||
- host: api-g2516.qq.com
|
- host: api-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -42,7 +42,7 @@ spec:
|
|||||||
name: haproxy-service
|
name: haproxy-service
|
||||||
port:
|
port:
|
||||||
number: 8188
|
number: 8188
|
||||||
- host: down-g2516.qq.com
|
- host: down-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -73,7 +73,7 @@ spec:
|
|||||||
name: download-api-service
|
name: download-api-service
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
- host: h5-g2516.qq.com
|
- host: h5-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -97,7 +97,7 @@ spec:
|
|||||||
name: haproxy-service
|
name: haproxy-service
|
||||||
port:
|
port:
|
||||||
number: 8188
|
number: 8188
|
||||||
- host: admin-g2516.qq.com
|
- host: admin-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -128,7 +128,7 @@ spec:
|
|||||||
name: haproxy-service
|
name: haproxy-service
|
||||||
port:
|
port:
|
||||||
number: 8188
|
number: 8188
|
||||||
- host: agent-g2516.qq.com
|
- host: agent-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -167,7 +167,7 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: 8188
|
number: 8188
|
||||||
|
|
||||||
- host: haproxy-g2516.qq.com
|
- host: haproxy-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@ -177,7 +177,7 @@ spec:
|
|||||||
name: haproxy-service
|
name: haproxy-service
|
||||||
port:
|
port:
|
||||||
number: 8280
|
number: 8280
|
||||||
- host: resign-g2516.qq.com
|
- host: resign-g2517.qq.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: gp2516
|
namespace: gp2517
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- api2.yaml
|
- api2.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user