Kibana: Switched to username:password because service account tokens do not get automatically refreshed
This commit is contained in:
parent
704711a3de
commit
8da13b3b5a
@ -23,11 +23,13 @@ spec:
|
||||
value: "https://kibana.gansejunge.com"
|
||||
- name: ELASTICSEARCH_HOSTS
|
||||
value: "http://elasticsearch:9200"
|
||||
- name: ELASTICSEARCH_SERVICEACCOUNTTOKEN
|
||||
- name: ELASTICSEARCH_USERNAME
|
||||
value: "kibana_system"
|
||||
- name: ELASTICSEARCH_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kibana-api-key
|
||||
key: ELASTICSEARCH_API_KEY
|
||||
name: kibana-credentials
|
||||
key: password
|
||||
- name: XPACK_SECURITY_ENCRYPTIONKEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user