mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Testing with wazuhindexer service name
This commit is contained in:
parent
9db57b17be
commit
38e2096e40
@ -40,7 +40,7 @@ openssl pkcs8 -inform PEM -outform PEM -in node-key-temp.pem -topk8 -nocrypt -v1
|
||||
|
||||
echo "create: node.csr"
|
||||
|
||||
openssl req -days 3650 -new -key node-key.pem -out node.csr -subj "/C=US/L=California/O=Company/CN=*.wazuh-indexer"
|
||||
openssl req -days 3650 -new -key node-key.pem -out node.csr -subj "/C=US/L=California/O=Company/CN=*.wazuhindexer"
|
||||
|
||||
echo "create: node.pem"
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ spec:
|
||||
name: dashboard
|
||||
env:
|
||||
- name: INDEXER_URL
|
||||
value: 'https://wazuh-indexer-0.wazuh-indexer:9200'
|
||||
value: 'https://wazuh-indexer-0.wazuhindexer:9200'
|
||||
- name: INDEXER_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: wazuh-indexer
|
||||
name: wazuhindexer
|
||||
namespace: wazuh
|
||||
labels:
|
||||
app: wazuh-indexer
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
cluster.name: ${CLUSTER_NAME}
|
||||
node.name: ${NODE_NAME}
|
||||
network.host: ${NETWORK_HOST}
|
||||
discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer
|
||||
discovery.seed_hosts: wazuh-indexer-0.wazuhindexer
|
||||
cluster.initial_master_nodes:
|
||||
- wazuh-indexer-0
|
||||
|
||||
|
||||
@ -112,7 +112,7 @@ spec:
|
||||
name: api
|
||||
env:
|
||||
- name: INDEXER_URL
|
||||
value: 'https://wazuh-indexer-0.wazuh-indexer:9200'
|
||||
value: 'https://wazuh-indexer-0.wazuhindexer:9200'
|
||||
- name: INDEXER_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@ -109,7 +109,7 @@ spec:
|
||||
name: cluster
|
||||
env:
|
||||
- name: INDEXER_URL
|
||||
value: 'https://wazuh-indexer-0.wazuh-indexer:9200'
|
||||
value: 'https://wazuh-indexer-0.wazuhindexer:9200'
|
||||
- name: INDEXER_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
<indexer>
|
||||
<enabled>yes</enabled>
|
||||
<hosts>
|
||||
<host>https://wazuh-indexer-0.wazuh-indexer:9200</host>
|
||||
<host>https://wazuh-indexer-0.wazuhindexer:9200</host>
|
||||
</hosts>
|
||||
<ssl>
|
||||
<certificate_authorities>
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
<indexer>
|
||||
<enabled>yes</enabled>
|
||||
<hosts>
|
||||
<host>https://wazuh-indexer-0.wazuh-indexer:9200</host>
|
||||
<host>https://wazuh-indexer-0.wazuhindexer:9200</host>
|
||||
</hosts>
|
||||
<ssl>
|
||||
<certificate_authorities>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user