Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Feature/secure connections

Merged Natalia Szakiel requested to merge feature/secure-connections into develop
3 files
+ 42
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
3
@@ -32,7 +32,7 @@ spec:
name: example-script
- mountPath: /usr/share/filebeat/certs
name: logstash-certs
- mountPath: /usr/share/filebeat/es-certs
- mountPath: /usr/share/filebeat/es-certs # used for monitoring
name: es-certs
env:
- name: ELASTIC_ELASTICSEARCH_ES_HOSTS
@@ -51,7 +51,7 @@ spec:
valueFrom:
secretKeyRef:
name: elastic-elasticsearch-es-elastic-user
key: elastic # This should match the key in your Secret
key: elastic
volumes:
- name: config
secret:
@@ -64,7 +64,7 @@ spec:
- name: logstash-certs
secret:
secretName: logstash-secret-{{ .Values.logstash.beats.pipelines_group_name }}
- name: es-certs
- name: es-certs # used for monitoring
secret:
secretName: elastic-elasticsearch-http-cert-secret-internal
---
Loading