#PERSONAL_SECURITY_CENTER_SA_API_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
- TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/db
+ TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/minio
TPAS_MAIL_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/mail/smtp
TPAS_SMS_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/sms/console
TPAS_CLIENT_AUTH_ENABLED: "false"
containers:
- name: personal-security-center-bff
# 若使用了学校搭设的私有仓库,请修改
- image: harbor.supwisdom.com/personal-security-center/personal-security-bff:1.0.2-SNAPSHOT
+ image: harbor.supwisdom.com/personal-security-center/personal-security-bff:1.0.3-SNAPSHOT
imagePullPolicy: Always
ports:
- containerPort: 8080
name: personal-security-center-bff-template-env
resources:
requests:
- memory: "400Mi"
+ memory: "512Mi"
limits:
- memory: "400Mi"
+ memory: "512Mi"
readinessProbe:
httpGet:
path: /actuator/health
LOGGING_LEVEL_COM_SUPWISDOM_INSTITUTE_PERSONAL_SECURITY_CENTER: INFO
+ SPRING_REDIS_JEDIS_POOL_MAXACTIVE: "800"
+ SPRING_REDIS_JEDIS_POOL_MAXIDLE: "100"
+ SPRING_REDIS_JEDIS_POOL_MINIDLE: "100"
+
+
ZUUL_HOST_MAX_PER_ROUTE_CONNECTIONS: "1000"
ZUUL_HOST_MAX_TOTAL_CONNECTIONS: "1000"
#INFRAS_SECURITY_JWT_KEY_STORE_PASSWORD: "changeit"
INFRAS_SECURITY_JWT_TOKEN_GENERATE_TYPE: cas
- INFRAS_SECURITY_JWT_TOKEN_DECRYPT_KEY_PRIVATE_KEY_PEM_PKCS8: ""
+ #INFRAS_SECURITY_JWT_TOKEN_DECRYPT_KEY_PRIVATE_KEY_PEM_PKCS8: ""
INFRAS_SECURITY_JWT_TOKEN_SIGNING_KEY_URL: "http://cas-server-site-webapp-svc.cas-server.svc.cluster.local:8080/cas/jwt/publicKey"
containers:
- name: personal-security-center-zuul
# 若使用了学校搭设的私有仓库,请修改
- image: harbor.supwisdom.com/personal-security-center/personal-security-zuul:1.0.2-SNAPSHOT
+ image: harbor.supwisdom.com/personal-security-center/personal-security-zuul:1.0.3-SNAPSHOT
imagePullPolicy: Always
ports:
- containerPort: 8080
envFrom:
- configMapRef:
name: jvm-env
+ - secretRef:
+ name: redis-env-secret
- secretRef:
name: personal-security-center-zuul-env-secret
- configMapRef:
name: personal-security-center-zuul-env
resources:
requests:
- memory: "400Mi"
+ memory: "512Mi"
limits:
- memory: "400Mi"
+ memory: "512Mi"
readinessProbe:
httpGet:
path: /actuator/health