github.com/replicatedhq/ship@v0.55.0/integration/init/grafana-preserve-state/expected/.ship/helm/values.yaml (about)

     1  rbac:
     2    create: true
     3    pspEnabled: true
     4  serviceAccount:
     5    create: true
     6    name: null
     7  replicas: 3
     8  deploymentStrategy: RollingUpdate
     9  readinessProbe:
    10    httpGet:
    11      path: /api/health
    12      port: 3000
    13  livenessProbe:
    14    httpGet:
    15      path: /api/health
    16      port: 3000
    17    initialDelaySeconds: 60
    18    timeoutSeconds: 30
    19    failureThreshold: 10
    20  image:
    21    repository: grafana/grafana
    22    tag: test-tag
    23    pullPolicy: Always
    24  securityContext:
    25    runAsUser: 472
    26    fsGroup: 472
    27  downloadDashboardsImage:
    28    repository: appropriate/curl
    29    tag: latest
    30    pullPolicy: IfNotPresent
    31  service:
    32    type: ClusterIP
    33    port: 80
    34    annotations: {}
    35    labels: {}
    36  ingress:
    37    enabled: false
    38    annotations: {}
    39    labels: {}
    40    path: /
    41    hosts:
    42    - chart-example.local
    43    tls: []
    44  resources: {}
    45  nodeSelector: {}
    46  tolerations: []
    47  affinity: {}
    48  persistence:
    49    enabled: false
    50  adminUser: admin
    51  env: {}
    52  envFromSecret: ""
    53  extraSecretMounts: []
    54  plugins: []
    55  datasources: {}
    56  dashboardProviders: {}
    57  dashboards: {}
    58  dashboardsConfigMaps: {}
    59  grafana.ini:
    60    paths:
    61      data: /var/lib/grafana/data
    62      logs: /var/log/grafana
    63      plugins: /var/lib/grafana/plugins
    64      provisioning: /etc/grafana/provisioning
    65    analytics:
    66      check_for_updates: true
    67    log:
    68      mode: console
    69    grafana_net:
    70      url: https://grafana.net
    71  ldap:
    72    existingSecret: ""
    73    config: ""
    74  smtp:
    75    existingSecret: ""
    76  sidecar:
    77    image: kiwigrid/k8s-sidecar:0.0.6
    78    imagePullPolicy: IfNotPresent
    79    resources: null
    80    dashboards:
    81      enabled: false
    82      label: grafana_dashboard
    83      folder: /tmp/dashboards
    84      searchNamespace: null
    85    datasources:
    86      enabled: false
    87      label: grafana_datasource
    88      searchNamespace: null
    89  adminPassword: strongpassword