Skip to content

Commit

Permalink
add nodePort to elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
estherk0 committed Feb 22, 2021
1 parent f8400ec commit 5143c8a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,18 @@ spec:
adminPassword: TO_BE_FIXED
enabled: true
count: 3 # FIXME
http:
tls:
selfSignedCertificate:
disabled: true
service:
spec:
type: NodePort
ports:
- name: https
nodePort: 30002
targetPort: 9200
port: 9200
nodeSets:
master:
enabled: true
Expand Down Expand Up @@ -1166,4 +1178,4 @@ spec:
storageClass: TO_BE_FIXED
accessMode: TO_BE_FIXED
size: TO_BE_FIXED
wait: true
wait: true

0 comments on commit 5143c8a

Please sign in to comment.