pinpoint-apm / pinpoint-kubernetes

Apache License 2.0
25 stars 38 forks source link

Add pinpoint-web helm chart #5

Closed seongpyoHong closed 3 years ago

seongpyoHong commented 3 years ago

Add pinpoint-web helm chart

Run

  1. Fill the zookeeper.host field with external zookeeper.
  2. Run helm install pinpoint pinpoint/
    values.yaml
pinpoint-web:
  ### If you want to use external MySQL or other settings that are different from default values, fill these fields.
  ### When the field is empty, it applies the default value.
  ### Default Value
  ###   mysql.host : pinpoint-mysql
  ###   mysql.port : 3306
  ###   mysql.user : admin
  ###   mysql.password : admin
  mysql:
    host: 
    port: 
    user: 
    password: 
    database: 

  ### External zookeeper address (Default : pinpoint-zookeeper) 
  zookeeper: 
    host: