Skip to content
Snippets Groups Projects
application.yml 932 B
Newer Older
  • Learn to ignore specific revisions
  •   elasticsearch:
        secretCredentialsName: elasticsearch-credentials
    
        certificateSecretName: elasticsearch-certificate
        server:
          namespace: elastic-system
          secretName: ozg-search-cluster-es-elastic-user
          secretDataKey: elastic
    
    OZGCloud's avatar
    OZGCloud committed
          host: ozg-search-cluster-es-http.${ozgcloud.elasticsearch.server.namespace}
    
          certificateNamespace: ozgcloud-elasticsearch-operator
    
          certificateSecretName: elasticsearch-certificate
    
          certificateSecretDataKey: ca.crt
    
    
    management:
      server:
        port: 8081
      health:
        livenessState:
          enabled: true
        readinessState:
          enabled: true
      endpoint:
        health:
          group:
            exploratory:
              include: livenessState,readinessState,ping
              show-details: always
          probes:
            enabled: true
        prometheus:
          enabled: true
      endpoints:
        web:
          exposure: