github.com/polarismesh/polaris@v1.17.8/release/cluster/kubernetes/01-polaris-console-config.yaml (about)

     1  apiVersion: v1
     2  data:
     3    polaris-console.yaml: |-
     4      logger:
     5        RotateOutputPath: log/polaris-console.log
     6        RotationMaxSize: 500
     7        RotationMaxAge: 30
     8        RotationMaxBackups: 100
     9        level: info
    10      webServer:
    11        mode: "release"
    12        listenIP: "0.0.0.0"
    13        listenPort: 8080
    14        jwt:
    15          secretKey: "polarismesh@2021"
    16          expired: 1800
    17        namingV1URL: "/naming/v1"
    18        namingV2URL: "/naming/v2"
    19        authURL: "/core/v1"
    20        requestURL: "/naming/v1"
    21        configURL: "/config/v1"
    22        monitorURL: "/api/v1"
    23        webPath: "web/dist/"
    24      polarisServer:
    25        address: "127.0.0.1:8090"
    26        polarisToken: "polaris@12345678"
    27      monitorServer:
    28        address: "polaris-prometheus:9090"
    29  kind: ConfigMap
    30  metadata:
    31    name: polaris-console-config
    32    namespace: polaris-system