helm show values temporal/temporal (trimmed)

From wikieduonline
Jump to navigation Jump to search

 helm show values temporal/temporal | grep -v "#" | grep -v "{}" | grep -v '""' | grep -v "\[\]"

helm show values temporal/temporal (trimmed)[edit]

debug: false
serviceAccount:
  create: false
  name:
  extraAnnotations:
server:
  enabled: true
  image:
    repository: temporalio/server
    tag: 1.29.1
    pullPolicy: IfNotPresent
  useEntrypointScript: false
  setConfigFilePath: false
  configMapsToMount: "dockerize"
  replicaCount: 1
  metrics:
    annotations:
      enabled: true
    prefix:
    serviceMonitor:
      enabled: false
      interval: 30s
    prometheus:
      timerType: histogram
  securityContext:
    fsGroup: 1000
    runAsUser: 1000
  config:
    logLevel: "debug,info"
    numHistoryShards: 512
    persistence:
      defaultStore: default
      default:
        driver: "cassandra"
        cassandra:
          keyspace: "temporal"
          user: "user"
          password: "password"
          replicationFactor: 1
          consistency:
           default:
             consistency: "local_quorum"
             serialConsistency: "local_serial"
       sql:
         driver: "mysql8"
         host: "mysql"
         port: 3306
         database: "temporal"
         user: "temporal"
         password: "temporal"
         maxConns: 20
         maxIdleConns: 20
         maxConnLifetime: "1h"
     visibility:
       driver: "cassandra"
       cassandra:
         keyspace: "temporal_visibility"
         user: "user"
         password: "password"
         replicationFactor: 1
         consistency:
           default:
             consistency: "local_quorum"
             serialConsistency: "local_serial"
       sql:
         driver: "mysql8"
         host: "mysql"
         port: 3306
         database: "temporal_visibility"
         user: "temporal"
         password: "temporal"
         maxConns: 20
         maxIdleConns: 20
         maxConnLifetime: "1h"
   namespaces:
     create: false
     namespace:
       - name: default
         retention: 3d
  frontend:
    service:
      type: ClusterIP
      port: 7233
      appProtocol: tcp
      membershipPort: 6933
      membershipAppProtocol: tcp
      httpPort: 7243
      httpAppProtocol: http
    ingress:
      enabled: false
      hosts:
        - "/"
    metrics:
      annotations:
        enabled: true
  internalFrontend:
    enabled: false
    service:
      type: ClusterIP
      port: 7236
      appProtocol: tcp
      membershipPort: 6936
      membershipAppProtocol: tcp
      httpPort: 7246
      httpAppProtocol: http
    metrics:
      annotations:
        enabled: true
  history:
    service:
      port: 7234
      appProtocol: tcp
      membershipPort: 6934
      membershipAppProtocol: tcp
    metrics:
      annotations:
        enabled: true
  matching:
    service:
      port: 7235
      appProtocol: tcp
      membershipPort: 6935
      membershipAppProtocol: tcp
     metrics:
      annotations:
        enabled: false
  worker:
    service:
      port: 7239
      appProtocol: tcp
      membershipPort: 6939
      membershipAppProtocol: tcp
    metrics:
      annotations:
        enabled: true
admintools:
  enabled: true
  image:
    repository: temporalio/admin-tools
    tag: "1.29.1-tctl-1.18.4-cli-1.5.0"
    pullPolicy: IfNotPresent
  service:
    type: ClusterIP
    port: 22
web:
  enabled: true
  replicaCount: 1
  image:
    repository: temporalio/ui
    tag: 2.44.0
    pullPolicy: IfNotPresent
  service:
  
   type: ClusterIP
    port: 8080
    appProtocol: http
  ingress:
    enabled: false
    hosts:
      - "/"
schema:
  createDatabase:
    enabled: true
  setup:
    enabled: true
    backoffLimit: 100
  update:
    enabled: true
    backoffLimit: 100
 elasticsearch:
  enabled: true
  replicas: 3
  persistence:
    enabled: false
  imageTag: 7.17.3
  host: elasticsearch-master-headless
  scheme: http
  port: 9200
  version: "v7"
  logLevel: "error"
  visibilityIndex: "temporal_visibility_v1_dev"
prometheus:
  enabled: true
  nodeExporter:
    enabled: false
grafana:
  enabled: true
  replicas: 1
  testFramework:
    enabled: false
  rbac:
    create: false
    pspEnabled: false
    namespaced: true
  dashboardProviders:
    dashboardproviders.yaml:
      apiVersion: 1
      providers:
        - name: "default"
          orgId: 1
          type: file
          disableDeletion: false
          editable: true
          options:
            path: /var/lib/grafana/dashboards/default
  datasources:
    datasources.yaml:
      apiVersion: 1
      datasources:
        - name: TemporalMetrics
          type: prometheus
          url: http://{{ .Release.Name }}-prometheus-server
          access: proxy
          isDefault: true
  dashboards:
    default:
      server-general-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/server/server-general.json
        datasource: TemporalMetrics
      sdk-general-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/sdk/sdk-general.json
        datasource: TemporalMetrics
      misc-advanced-visibility-specific-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/advanced-visibility-specific.json
        datasource: TemporalMetrics
      misc-clustermonitoring-kubernetes-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/clustermonitoring-kubernetes.json
        datasource: TemporalMetrics
      misc-frontend-service-specific-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/frontend-service-specific.json
        datasource: TemporalMetrics
      misc-history-service-specific-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/history-service-specific.json
        datasource: TemporalMetrics
      misc-matching-service-specific-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/matching-service-specific.json
        datasource: TemporalMetrics
      misc-worker-service-specific-github:
        url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/worker-service-specific.json
        datasource: TemporalMetrics
cassandra:
  enabled: true
  persistence:
    enabled: false
  image:
    repo: cassandra
    tag: 3.11.3
    pullPolicy: IfNotPresent
  config:
    cluster_size: 3
    ports:
      cql: 9042
    num_tokens: 4
    max_heap_size: 512M
    heap_new_size: 128M
    seed_size: 0
  service:
    type: ClusterIP
mysql:
  enabled: false


helm install temporal, show values, temporal-admintools, kind: ExternalSecret, server.config.persistence.datastores, history:, temporal-, temporalio/, temporalio/temporal, temporalio/server, /etc/temporal/, server:, web:, Configmaps

Advertising: