27 lines
600 B
YAML
27 lines
600 B
YAML
version: 1
|
|
kind: UniDeskFrontendConfig
|
|
metadata:
|
|
name: unidesk-frontend
|
|
displayTime:
|
|
timeZone: Asia/Shanghai
|
|
locale: zh-CN
|
|
label: 北京时间
|
|
publicExposure:
|
|
enabled: true
|
|
publicBaseUrl: https://unidesk.pikapython.com
|
|
dns:
|
|
hostname: unidesk.pikapython.com
|
|
expectedA: 82.156.23.220
|
|
resolvers: [1.1.1.1, 8.8.8.8, 223.5.5.5, 114.114.114.114]
|
|
upstream:
|
|
host: 152.53.229.148
|
|
port: 18081
|
|
pk01:
|
|
route: PK01
|
|
caddyConfigPath: /etc/caddy/Caddyfile
|
|
caddyServiceName: caddy
|
|
responseHeaderTimeoutSeconds: 30
|
|
probes:
|
|
healthPath: /health
|
|
rootPath: /
|