Skip to content

Commit 47b9502

Browse files
authored
feat: Remove overrides for OpenSearch TLS in logging demo (#344)
1 parent 5a46f15 commit 47b9502

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

stacks/logging/opensearch.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ spec:
2828
# be created even if enough disk space would be available.
2929
cluster.routing.allocation.disk.threshold_enabled: "false"
3030
plugins.security.allow_default_init_securityindex: "true"
31-
plugins.security.ssl.transport.enabled: "true"
32-
plugins.security.ssl.transport.pemcert_filepath: /stackable/opensearch/config/tls/tls.crt
33-
plugins.security.ssl.transport.pemkey_filepath: /stackable/opensearch/config/tls/tls.key
34-
plugins.security.ssl.transport.pemtrustedcas_filepath: /stackable/opensearch/config/tls/ca.crt
35-
plugins.security.ssl.http.enabled: "true"
36-
plugins.security.ssl.http.pemcert_filepath: /stackable/opensearch/config/tls/tls.crt
37-
plugins.security.ssl.http.pemkey_filepath: /stackable/opensearch/config/tls/tls.key
38-
plugins.security.ssl.http.pemtrustedcas_filepath: /stackable/opensearch/config/tls/ca.crt
3931
podOverrides:
4032
spec:
4133
containers:
@@ -44,28 +36,11 @@ spec:
4436
- name: security-config
4537
mountPath: /stackable/opensearch/config/opensearch-security
4638
readOnly: true
47-
- name: tls
48-
mountPath: /stackable/opensearch/config/tls
49-
readOnly: true
5039
volumes:
5140
- name: security-config
5241
secret:
5342
secretName: opensearch-security-config
5443
defaultMode: 0o660
55-
- name: tls
56-
ephemeral:
57-
volumeClaimTemplate:
58-
metadata:
59-
annotations:
60-
secrets.stackable.tech/class: tls
61-
secrets.stackable.tech/scope: node,pod,service=opensearch,service=opensearch-nodes-default-headless
62-
spec:
63-
storageClassName: secrets.stackable.tech
64-
accessModes:
65-
- ReadWriteOnce
66-
resources:
67-
requests:
68-
storage: "1"
6944
---
7045
apiVersion: v1
7146
kind: Secret

0 commit comments

Comments
 (0)