Difference between revisions of "Helm get values grafana --all"

From wikieduonline
Jump to navigation Jump to search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  [[helm get values]] grafana --all
+
  [[helm get values]] [[grafana]] --all
 +
[[helm get values grafana]] -n [[grafana]] --all
  
 +
.../...
 +
ingress:
 +
  [[annotations:]] {}
 +
  enabled: true
 +
  extraPaths: []
 +
  hosts:
 +
  - chart-example.local
 +
  labels: {}
 +
  path: /
 +
  pathType: Prefix
 +
  [[tls:]] []
 +
.../...
  
 +
.../...
 +
[[limitIngress]]
 +
.../...
  
 +
== Example ==
 +
<pre>
 +
<nowiki>
 +
COMPUTED VALUES:
 +
admin:
 +
  existingSecret: ""
 +
  passwordKey: admin-password
 +
  userKey: admin-user
 +
adminUser: admin
 +
affinity: {}
 +
alerting: {}
 +
autoscaling:
 +
  enabled: false
 +
  maxReplicas: 5
 +
  minReplicas: 1
 +
  targetCPU: "60"
 +
  targetMemory: ""
 +
containerSecurityContext: {}
 +
createConfigmap: true
 +
dashboardProviders: {}
 +
dashboards: {}
 +
dashboardsConfigMaps: {}
 +
datasources: {}
 +
deploymentStrategy:
 +
  type: RollingUpdate
 +
downloadDashboards:
 +
  env: {}
 +
  envFromSecret: ""
 +
  envValueFrom: {}
 +
  resources: {}
 +
  securityContext: {}
 +
downloadDashboardsImage:
 +
  pullPolicy: IfNotPresent
 +
  repository: curlimages/curl
 +
  sha: ""
 +
  tag: 7.85.0
 +
enableKubeBackwardCompatibility: false
 +
enableServiceLinks: true
 +
env: {}
 +
envFromConfigMaps: []
 +
envFromSecret: ""
 +
envFromSecrets: []
 +
envRenderSecret: {}
 +
envValueFrom: {}
 +
extraConfigmapMounts: []
 +
extraContainerVolumes: []
 +
extraContainers: ""
 +
extraEmptyDirMounts: []
 +
extraExposePorts: []
 +
extraInitContainers: []
 +
extraLabels: {}
 +
extraObjects: []
 +
extraSecretMounts: []
 +
extraVolumeMounts: []
 +
global:
 +
  imagePullSecrets: []
 +
grafana.ini:
 +
  analytics:
 +
    check_for_updates: true
 +
  grafana_net:
 +
    url: https://grafana.net
 +
  log:
 +
    mode: console
 +
  paths:
 +
    data: /var/lib/grafana/
 +
    logs: /var/log/grafana
 +
    plugins: /var/lib/grafana/plugins
 +
    provisioning: /etc/grafana/provisioning
 +
  server:
 +
    domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ .Values.ingress.hosts
 +
      | first }}{{ else }}''''{{ end }}'
 +
headlessService: false
 +
hostAliases: []
 +
image:
 +
  pullPolicy: IfNotPresent
 +
  pullSecrets: []
 +
  repository: grafana/grafana
 +
  sha: ""
 +
  tag: ""
 +
imageRenderer:
 +
  affinity: {}
 +
  containerSecurityContext:
 +
    allowPrivilegeEscalation: false
 +
    capabilities:
 +
      drop:
 +
      - ALL
 +
    readOnlyRootFilesystem: true
 +
  deploymentStrategy: {}
 +
  enabled: false
 +
  env:
 +
    HTTP_HOST: 0.0.0.0
 +
  grafanaProtocol: http
 +
  grafanaSubPath: ""
 +
  hostAliases: []
 +
  image:
 +
    pullPolicy: Always
 +
    repository: grafana/grafana-image-renderer
 +
    sha: ""
 +
    tag: latest
 +
  networkPolicy:
 +
    limitEgress: false
 +
    limitIngress: true
 +
  nodeSelector: {}
 +
  podPortName: http
 +
  priorityClassName: ""
 +
  replicas: 1
 +
  resources: {}
 +
  revisionHistoryLimit: 10
 +
  securityContext: {}
 +
  service:
 +
    appProtocol: ""
 +
    enabled: true
 +
    port: 8081
 +
    portName: http
 +
    targetPort: 8081
 +
  serviceAccountName: ""
 +
  tolerations: []
 +
ingress:
 +
  annotations: {}
 +
  enabled: true
 +
  extraPaths: []
 +
  hosts:
 +
  - chart-example.local
 +
  labels: {}
 +
  path: /
 +
  pathType: Prefix
 +
  tls: []
 +
initChownData:
 +
  enabled: true
 +
  image:
 +
    pullPolicy: IfNotPresent
 +
    repository: busybox
 +
    sha: ""
 +
    tag: 1.31.1
 +
  resources: {}
 +
  securityContext:
 +
    runAsNonRoot: false
 +
    runAsUser: 0
 +
ldap:
 +
  config: ""
 +
  enabled: false
 +
  existingSecret: ""
 +
lifecycleHooks: {}
 +
livenessProbe:
 +
  failureThreshold: 10
 +
  httpGet:
 +
    path: /api/health
 +
    port: 3000
 +
  initialDelaySeconds: 60
 +
  timeoutSeconds: 30
 +
namespaceOverride: ""
 +
networkPolicy:
 +
  allowExternal: true
 +
  egress:
 +
    enabled: false
 +
    ports: []
 +
  enabled: false
 +
  explicitNamespacesSelector: {}
 +
  ingress: true
 +
nodeSelector: {}
 +
notifiers: {}
 +
persistence:
 +
  accessModes:
 +
  - ReadWriteOnce
 +
  enabled: true
 +
  extraPvcLabels: {}
 +
  finalizers:
 +
  - kubernetes.io/pvc-protection
 +
  inMemory:
 +
    enabled: false
 +
  size: 10Gi
 +
  type: pvc
 +
plugins: []
 +
podDisruptionBudget: {}
 +
podPortName: grafana
 +
rbac:
 +
  create: true
 +
  extraClusterRoleRules: []
 +
  extraRoleRules: []
 +
  namespaced: false
 +
  pspEnabled: true
 +
  pspUseAppArmor: true
 +
readinessProbe:
 +
  httpGet:
 +
    path: /api/health
 +
    port: 3000
 +
replicas: 1
 +
resources: {}
 +
revisionHistoryLimit: 10
 +
securityContext:
 +
  fsGroup: 472
 +
  runAsGroup: 472
 +
  runAsUser: 472
 +
service:
 +
  annotations: {}
 +
  appProtocol: ""
 +
  enabled: true
 +
  labels: {}
 +
  port: 80
 +
  portName: service
 +
  targetPort: 3000
 +
  type: ClusterIP
 +
serviceAccount:
 +
  autoMount: true
 +
  create: true
 +
  labels: {}
 +
  name: null
 +
  nameTest: null
 +
serviceMonitor:
 +
  enabled: false
 +
  interval: 1m
 +
  labels: {}
 +
  path: /metrics
 +
  relabelings: []
 +
  scheme: http
 +
  scrapeTimeout: 30s
 +
  tlsConfig: {}
 +
sidecar:
 +
  alerts:
 +
    enabled: false
 +
    env: {}
 +
    label: grafana_alert
 +
    labelValue: ""
 +
    reloadURL: http://localhost:3000/api/admin/provisioning/alerting/reload
 +
    resource: both
 +
    script: null
 +
    searchNamespace: null
 +
    sizeLimit: {}
 +
    skipReload: false
 +
    watchMethod: WATCH
 +
  dashboards:
 +
    SCProvider: true
 +
    defaultFolderName: null
 +
    enabled: false
 +
    env: {}
 +
    extraMounts: []
 +
    folder: /tmp/dashboards
 +
    folderAnnotation: null
 +
    label: grafana_dashboard
 +
    labelValue: ""
 +
    provider:
 +
      allowUiUpdates: false
 +
      disableDelete: false
 +
      folder: ""
 +
      foldersFromFilesStructure: false
 +
      name: sidecarProvider
 +
      orgid: 1
 +
      type: file
 +
    resource: both
 +
    script: null
 +
    searchNamespace: null
 +
    sizeLimit: {}
 +
    watchMethod: WATCH
 +
  datasources:
 +
    enabled: false
 +
    env: {}
 +
    initDatasources: false
 +
    label: grafana_datasource
 +
    labelValue: ""
 +
    reloadURL: http://localhost:3000/api/admin/provisioning/datasources/reload
 +
    resource: both
 +
    script: null
 +
    searchNamespace: null
 +
    sizeLimit: {}
 +
    skipReload: false
 +
    watchMethod: WATCH
 +
  enableUniqueFilenames: false
 +
  image:
 +
    repository: quay.io/kiwigrid/k8s-sidecar
 +
    sha: ""
 +
    tag: 1.19.2
 +
  imagePullPolicy: IfNotPresent
 +
  livenessProbe: {}
 +
  notifiers:
 +
    enabled: false
 +
    env: {}
 +
    initNotifiers: false
 +
    label: grafana_notifier
 +
    labelValue: ""
 +
    reloadURL: http://localhost:3000/api/admin/provisioning/notifications/reload
 +
    resource: both
 +
    script: null
 +
    searchNamespace: null
 +
    sizeLimit: {}
 +
    skipReload: false
 +
    watchMethod: WATCH
 +
  plugins:
 +
    enabled: false
 +
    env: {}
 +
    initPlugins: false
 +
    label: grafana_plugin
 +
    labelValue: ""
 +
    reloadURL: http://localhost:3000/api/admin/provisioning/plugins/reload
 +
    resource: both
 +
    script: null
 +
    searchNamespace: null
 +
    sizeLimit: {}
 +
    skipReload: false
 +
    watchMethod: WATCH
 +
  readinessProbe: {}
 +
  resources: {}
 +
  securityContext: {}
 +
smtp:
 +
  existingSecret: ""
 +
  passwordKey: password
 +
  userKey: user
 +
testFramework:
 +
  enabled: true
 +
  image: bats/bats
 +
  imagePullPolicy: IfNotPresent
 +
  securityContext: {}
 +
  tag: v1.4.1
 +
tolerations: []
 +
topologySpreadConstraints: []
 +
useStatefulSet: false
 +
</nowiki>
 +
</pre>
  
 +
 +
== Related ==
 +
* [[ingress]]
 +
  [[dashboards.enabled]]: true
 +
 +
 +
* {{helm_release grafana}}
 
== See also ==
 
== See also ==
 +
* {{helm install grafana}}
 
* {{helm get}}
 
* {{helm get}}
 
* {{helm show}}
 
* {{helm show}}
 +
* {{Grafana}}
 +
  
 
[[Category:Helm]]
 
[[Category:Helm]]

Latest revision as of 11:56, 13 February 2024

helm get values grafana --all
helm get values grafana -n grafana --all
.../...
ingress:
  annotations: {}
  enabled: true
  extraPaths: []
  hosts:
  - chart-example.local
  labels: {}
  path: /
  pathType: Prefix
  tls: []
.../...
.../...
limitIngress
.../...

Example[edit]


 COMPUTED VALUES:
 admin:
   existingSecret: ""
   passwordKey: admin-password
   userKey: admin-user
 adminUser: admin
 affinity: {}
 alerting: {}
 autoscaling:
   enabled: false
   maxReplicas: 5
   minReplicas: 1
   targetCPU: "60"
   targetMemory: ""
 containerSecurityContext: {}
 createConfigmap: true
 dashboardProviders: {}
 dashboards: {}
 dashboardsConfigMaps: {}
 datasources: {}
 deploymentStrategy:
   type: RollingUpdate
 downloadDashboards:
   env: {}
   envFromSecret: ""
   envValueFrom: {}
   resources: {}
   securityContext: {}
 downloadDashboardsImage:
   pullPolicy: IfNotPresent
   repository: curlimages/curl
   sha: ""
   tag: 7.85.0
 enableKubeBackwardCompatibility: false
 enableServiceLinks: true
 env: {}
 envFromConfigMaps: []
 envFromSecret: ""
 envFromSecrets: []
 envRenderSecret: {}
 envValueFrom: {}
 extraConfigmapMounts: []
 extraContainerVolumes: []
 extraContainers: ""
 extraEmptyDirMounts: []
 extraExposePorts: []
 extraInitContainers: []
 extraLabels: {}
 extraObjects: []
 extraSecretMounts: []
 extraVolumeMounts: []
 global:
   imagePullSecrets: []
 grafana.ini:
   analytics:
     check_for_updates: true
   grafana_net:
     url: https://grafana.net
   log:
     mode: console
   paths:
     data: /var/lib/grafana/
     logs: /var/log/grafana
     plugins: /var/lib/grafana/plugins
     provisioning: /etc/grafana/provisioning
   server:
     domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ .Values.ingress.hosts
       | first }}{{ else }}''''{{ end }}'
 headlessService: false
 hostAliases: []
 image:
   pullPolicy: IfNotPresent
   pullSecrets: []
   repository: grafana/grafana
   sha: ""
   tag: ""
 imageRenderer:
   affinity: {}
   containerSecurityContext:
     allowPrivilegeEscalation: false
     capabilities:
       drop:
       - ALL
     readOnlyRootFilesystem: true
   deploymentStrategy: {}
   enabled: false
   env:
     HTTP_HOST: 0.0.0.0
   grafanaProtocol: http
   grafanaSubPath: ""
   hostAliases: []
   image:
     pullPolicy: Always
     repository: grafana/grafana-image-renderer
     sha: ""
     tag: latest
   networkPolicy:
     limitEgress: false
     limitIngress: true
   nodeSelector: {}
   podPortName: http
   priorityClassName: ""
   replicas: 1
   resources: {}
   revisionHistoryLimit: 10
   securityContext: {}
   service:
     appProtocol: ""
     enabled: true
     port: 8081
     portName: http
     targetPort: 8081
   serviceAccountName: ""
   tolerations: []
 ingress:
   annotations: {}
   enabled: true
   extraPaths: []
   hosts:
   - chart-example.local
   labels: {}
   path: /
   pathType: Prefix
   tls: []
 initChownData:
   enabled: true
   image:
     pullPolicy: IfNotPresent
     repository: busybox
     sha: ""
     tag: 1.31.1
   resources: {}
   securityContext:
     runAsNonRoot: false
     runAsUser: 0
 ldap:
   config: ""
   enabled: false
   existingSecret: ""
 lifecycleHooks: {}
 livenessProbe:
   failureThreshold: 10
   httpGet:
     path: /api/health
     port: 3000
   initialDelaySeconds: 60
   timeoutSeconds: 30
 namespaceOverride: ""
 networkPolicy:
   allowExternal: true
   egress:
     enabled: false
     ports: []
   enabled: false
   explicitNamespacesSelector: {}
   ingress: true
 nodeSelector: {}
 notifiers: {}
 persistence:
   accessModes:
   - ReadWriteOnce
   enabled: true
   extraPvcLabels: {}
   finalizers:
   - kubernetes.io/pvc-protection
   inMemory:
     enabled: false
   size: 10Gi
   type: pvc
 plugins: []
 podDisruptionBudget: {}
 podPortName: grafana
 rbac:
   create: true
   extraClusterRoleRules: []
   extraRoleRules: []
   namespaced: false
   pspEnabled: true
   pspUseAppArmor: true
 readinessProbe:
   httpGet:
     path: /api/health
     port: 3000
 replicas: 1
 resources: {}
 revisionHistoryLimit: 10
 securityContext:
   fsGroup: 472
   runAsGroup: 472
   runAsUser: 472
 service:
   annotations: {}
   appProtocol: ""
   enabled: true
   labels: {}
   port: 80
   portName: service
   targetPort: 3000
   type: ClusterIP
 serviceAccount:
   autoMount: true
   create: true
   labels: {}
   name: null
   nameTest: null
 serviceMonitor:
   enabled: false
   interval: 1m
   labels: {}
   path: /metrics
   relabelings: []
   scheme: http
   scrapeTimeout: 30s
   tlsConfig: {}
 sidecar:
   alerts:
     enabled: false
     env: {}
     label: grafana_alert
     labelValue: ""
     reloadURL: http://localhost:3000/api/admin/provisioning/alerting/reload
     resource: both
     script: null
     searchNamespace: null
     sizeLimit: {}
     skipReload: false
     watchMethod: WATCH
   dashboards:
     SCProvider: true
     defaultFolderName: null
     enabled: false
     env: {}
     extraMounts: []
     folder: /tmp/dashboards
     folderAnnotation: null
     label: grafana_dashboard
     labelValue: ""
     provider:
       allowUiUpdates: false
       disableDelete: false
       folder: ""
       foldersFromFilesStructure: false
       name: sidecarProvider
       orgid: 1
       type: file
     resource: both
     script: null
     searchNamespace: null
     sizeLimit: {}
     watchMethod: WATCH
   datasources:
     enabled: false
     env: {}
     initDatasources: false
     label: grafana_datasource
     labelValue: ""
     reloadURL: http://localhost:3000/api/admin/provisioning/datasources/reload
     resource: both
     script: null
     searchNamespace: null
     sizeLimit: {}
     skipReload: false
     watchMethod: WATCH
   enableUniqueFilenames: false
   image:
     repository: quay.io/kiwigrid/k8s-sidecar
     sha: ""
     tag: 1.19.2
   imagePullPolicy: IfNotPresent
   livenessProbe: {}
   notifiers:
     enabled: false
     env: {}
     initNotifiers: false
     label: grafana_notifier
     labelValue: ""
     reloadURL: http://localhost:3000/api/admin/provisioning/notifications/reload
     resource: both
     script: null
     searchNamespace: null
     sizeLimit: {}
     skipReload: false
     watchMethod: WATCH
   plugins:
     enabled: false
     env: {}
     initPlugins: false
     label: grafana_plugin
     labelValue: ""
     reloadURL: http://localhost:3000/api/admin/provisioning/plugins/reload
     resource: both
     script: null
     searchNamespace: null
     sizeLimit: {}
     skipReload: false
     watchMethod: WATCH
   readinessProbe: {}
   resources: {}
   securityContext: {}
 smtp:
   existingSecret: ""
   passwordKey: password
   userKey: user
 testFramework:
   enabled: true
   image: bats/bats
   imagePullPolicy: IfNotPresent
   securityContext: {}
   tag: v1.4.1
 tolerations: []
 topologySpreadConstraints: []
 useStatefulSet: false


Related[edit]

 dashboards.enabled: true


 name             = "grafana"
 create_namespace = true
 namespace        = "grafana"
 repository       = "https://grafana.github.io/helm-charts"
 chart            = "grafana"

 set {
   name  = "ingress.enabled"
   value = "true"
 }
 set_list {
   name  = "ingress.hosts"
   value = ["example.com"]
 }
 set {
   name  = "ingress.ingressClassName"
   value = "nginx"
 }
 set {
   name  = "ingress.tls"
   value = "true"
 }
}

See also[edit]

Advertising: