Skip to content
Snippets Groups Projects
Commit ddf0de47 authored by Nicolas Pernoud's avatar Nicolas Pernoud
Browse files

fix: dashboard ingress

parent 812bc7d6
Branches
No related tags found
No related merge requests found
apiVersion: v1
kind: Pod
metadata:
namespace: wazuh
name: ubuntu
labels:
app: ubuntu
spec:
containers:
- image: ubuntu
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
......@@ -37,7 +37,6 @@ spec:
pathType: Prefix
backend:
service:
name: wazuh-dashboard
name: dashboard
port:
name: dashboard-https
name: dashboard-http
......@@ -18,6 +18,6 @@ spec:
selector:
app: wazuh-dashboard
ports:
- name: dashboard
- name: dashboard-http
port: 80
targetPort: 5601
server.host: 0.0.0.0
server.port: 5601
opensearch.hosts: https://indexer:9200
opensearch.ssl.verificationMode: none
opensearch.requestHeadersWhitelist: [ authorization,securitytenant ]
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
opensearch_security.multitenancy.enabled: false
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
server.ssl.enabled: true
server.ssl.enabled: false
server.ssl.key: "/usr/share/wazuh-dashboard/config/certs/key.pem"
server.ssl.certificate: "/usr/share/wazuh-dashboard/config/certs/cert.pem"
opensearch.ssl.certificateAuthorities: ["/usr/share/wazuh-dashboard/config/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh
\ No newline at end of file
opensearch.ssl.certificateAuthorities:
["/usr/share/wazuh-dashboard/config/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment