All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.elasticsearch.2.2.305.source-code.deployment.yml Maven / Gradle / Ivy

spec:
  replicas: ${replicas}
  template:
    spec:
      containers:
      - name: elasticsearch
        image: ${fabric8.dockerUser}elasticsearch-k8s:${elasticsearch.version}
        env:
          - name: SERVICE
            value: elasticsearch-masters
        volumeMounts:
          - name: data
            mountPath: /usr/share/elasticsearch/data
        livenessProbe:
          tcpSocket:
            port: 9300
          initialDelaySeconds: 30
        readinessProbe:
          httpGet:
            port: 9200
            path: /_template/logstash
          initialDelaySeconds: 5
      - name: logstash-template
        image: ${fabric8.dockerUser}elasticsearch-logstash-template:${project.version}
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: es-data




© 2015 - 2025 Weber Informatics LLC | Privacy Policy