diff --git a/lma/base/resources.yaml b/lma/base/resources.yaml index 75b63ac..ddf429a 100755 --- a/lma/base/resources.yaml +++ b/lma/base/resources.yaml @@ -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 @@ -1166,4 +1178,4 @@ spec: storageClass: TO_BE_FIXED accessMode: TO_BE_FIXED size: TO_BE_FIXED - wait: true \ No newline at end of file + wait: true