Difference between revisions of "Helm get values kibana --all"
Jump to navigation
Jump to search
Line 70: | Line 70: | ||
labels: {} | labels: {} | ||
loadBalancerIP: "" | loadBalancerIP: "" | ||
− | loadBalancerSourceRanges: [] | + | [[loadBalancerSourceRanges]]: [] |
nodePort: "" | nodePort: "" | ||
port: 5601 | port: 5601 |
Latest revision as of 13:44, 26 October 2023
helm get values kibana --all
COMPUTED VALUES: affinity: {} annotations: {} automountToken: true elasticsearchHosts: http://elasticsearch-master:9200 elasticsearchURL: "" envFrom: [] extraContainers: [] extraEnvs: - name: NODE_OPTIONS value: --max-old-space-size=1800 extraInitContainers: [] extraVolumeMounts: [] extraVolumes: [] fullnameOverride: "" healthCheckPath: /app/kibana hostAliases: [] httpPort: 5601 image: docker.elastic.co/kibana/kibana imagePullPolicy: IfNotPresent imagePullSecrets: [] imageTag: 7.17.3 ingress: annotations: {} className: nginx enabled: false hosts: - host: kibana-example.local paths: - path: / pathtype: ImplementationSpecific kibanaConfig: {} labels: {} lifecycle: {} nameOverride: "" nodeSelector: {} podAnnotations: {} podSecurityContext: fsGroup: 1000 priorityClassName: "" protocol: http readinessProbe: failureThreshold: 3 initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 3 timeoutSeconds: 5 replicas: 1 resources: limits: cpu: 1000m memory: 2Gi requests: cpu: 1000m memory: 2Gi secretMounts: [] securityContext: capabilities: drop: - ALL runAsNonRoot: true runAsUser: 1000 serverHost: 0.0.0.0 service: annotations: {} httpPortName: http labels: {} loadBalancerIP: "" loadBalancerSourceRanges: [] nodePort: "" port: 5601 type: ClusterIP serviceAccount: "" tolerations: [] updateStrategy: type: Recreate
helm install kibana
See also[edit]
Advertising: