templates.deployment.elasticsearch.elasticsearch.values.yaml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
# Default values for elasticsearch.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
hostname: elasticsearch
image:
name: elasticsearch
dockerRepo: "docker.io/"
# Overrides the image tag whose default is the chart appVersion.
tag: "7.14.2"
# elasticsearch Deployment
deployment:
env:
- name: discovery.type
value: single-node
ports:
- name: "http-1"
containerPort: 9200
protocol: TCP
- name: "http-2"
containerPort: 9300
protocol: TCP
restartPolicy: Always
# elasticsearch Service
service:
spec:
ports:
- name: "9200"
port: 9200
targetPort: 9200
- name: "9300"
port: 9300
targetPort: 9300
© 2015 - 2025 Weber Informatics LLC | Privacy Policy