github.com/replicatedhq/ship@v0.55.0/integration/unfork/elastic-stack/expected/.ship/helm/values.yaml (about)

     1  # Default values for elastic-stack.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  ingress:
     6    enabled: false
     7    # Used to create Ingress record (should used with service.type: ClusterIP).
     8    hosts:
     9    - chart-example.local
    10    annotations:
    11      # kubernetes.io/ingress.class: nginx
    12      # kubernetes.io/tls-acme: "true"
    13    tls:
    14      # Secrets must be manually created in the namespace.
    15      # - secretName: chart-example-tls
    16      #   hosts:
    17      #     - chart-example.local
    18  
    19  # elasticsearch subchart
    20  elasticsearch:
    21    image:
    22      repository: gcr.io/cos-containers/elasticsearch
    23      tag: 5.4.2-xpack
    24      pullPolicy: Always
    25    env:
    26      XPACK_MONITORING_ENABLED: "true"
    27  
    28  # kibana subchart
    29  kibana:
    30    image:
    31      repository: docker.elastic.co/kibana/kibana
    32      tag: 5.4.2
    33      pullPolicy: IfNotPresent
    34    env:
    35      XPACK_MONITORING_ENABLED: "true"