github.com/polarismesh/polaris@v1.17.8/release/cluster/helm/templates/config-polaris-console.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: polaris-console-config 5 namespace: {{ .Values.installation.namespace }} 6 data: 7 polaris-console.yaml: |- 8 logger: 9 RotateOutputPath: log/polaris-console.log 10 RotationMaxSize: 500 11 RotationMaxAge: 30 12 RotationMaxBackups: 100 13 level: info 14 webServer: 15 mode: "release" 16 listenIP: "0.0.0.0" 17 listenPort: {{ .Values.service.webPort }} 18 jwt: 19 secretKey: "polarismesh@2021" 20 expired: 1800 21 namingV1URL: "/naming/v1" 22 namingV2URL: "/naming/v2" 23 authURL: "/core/v1" 24 configURL: "/config/v1" 25 monitorURL: "/api/v1" 26 webPath: "web/dist/" 27 polarisServer: 28 address: "127.0.0.1:{{ .Values.service.httpPort }}" 29 polarisToken: "nu/0WRA4EqSR1FagrjRj0fZwPXuGlMpX+zCuWu4uMqy8xr1vRjisSbA25aAC3mtU8MeeRsKhQiDAynUR09I=" 30 monitorServer: 31 address: "polaris-prometheus:9090"