forked from k-space/kube
		
	attempt to get kibana working
This commit is contained in:
		| @@ -222,6 +222,8 @@ spec: | |||||||
|   nodeSets: |   nodeSets: | ||||||
|   - name: default |   - name: default | ||||||
|     count: 2 |     count: 2 | ||||||
|  |     config: | ||||||
|  |       node.roles: [ "data_content", "data_hot", "ingest", "master", "remote_cluster_client", "data_cold", "remote_cluster_client" ] | ||||||
|     volumeClaimTemplates: |     volumeClaimTemplates: | ||||||
|     - metadata: |     - metadata: | ||||||
|         name: elasticsearch-data |         name: elasticsearch-data | ||||||
| @@ -232,10 +234,6 @@ spec: | |||||||
|           requests: |           requests: | ||||||
|             storage: 5Gi |             storage: 5Gi | ||||||
|         storageClassName: longhorn |         storageClassName: longhorn | ||||||
|   http: |  | ||||||
|     tls: |  | ||||||
|       selfSignedCertificate: |  | ||||||
|         disabled: true |  | ||||||
| --- | --- | ||||||
| apiVersion: kibana.k8s.elastic.co/v1 | apiVersion: kibana.k8s.elastic.co/v1 | ||||||
| kind: Kibana | kind: Kibana | ||||||
| @@ -254,16 +252,6 @@ spec: | |||||||
|     server.publicBaseUrl: https://kibana.k-space.ee |     server.publicBaseUrl: https://kibana.k-space.ee | ||||||
|     xpack.reporting.enabled: false |     xpack.reporting.enabled: false | ||||||
|     xpack.apm.ui.enabled: false |     xpack.apm.ui.enabled: false | ||||||
|     xpack.security.authc.providers: |  | ||||||
|       anonymous.anonymous1: |  | ||||||
|         order: 0 |  | ||||||
|         credentials: |  | ||||||
|           username: "elastic" |  | ||||||
|   secureSettings: |  | ||||||
|   - secretName: elasticsearch-es-elastic-user |  | ||||||
|     entries: |  | ||||||
|     - key: elastic |  | ||||||
|       path: xpack.security.authc.providers.anonymous.anonymous1.credentials.password |  | ||||||
|   podTemplate: |   podTemplate: | ||||||
|     metadata: |     metadata: | ||||||
|       annotations: |       annotations: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user