generated from cobaltcore-dev/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcortex.secrets.example.yaml
47 lines (44 loc) · 1.64 KB
/
cortex.secrets.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright 2025 SAP SE
# SPDX-License-Identifier: Apache-2.0
# Override config values that contain sensitive information or
# are specific to your environment. These values can be used in the Tiltfile.
# SSO certificate to use.
sharedSSOCert: &sharedSSOCert
# Certificate "public key". (Optional, remove this key if not needed)
cert: |
-----BEGIN CERTIFICATE-----
Your certificate here
-----END CERTIFICATE-----
# Certificate private key. (Optional, remove this key if not needed)
certKey: |
-----BEGIN PRIVATE KEY-----
Your private key here
-----END PRIVATE KEY
# Whether the certificate is self-signed.
# If true, the certificate is not verified.
selfSigned: false
conf:
sync:
# Override the endpoints to your Prometheus instances.
prometheus:
hosts:
# See: https://github.com/sapcc/vrops-exporter
- name: vmware_prometheus
url: https://path-to-your-vrops-prometheus
sso: *sharedSSOCert
provides: [vrops_vm_metric, vrops_host_metric]
# See: https://github.com/prometheus/node_exporter
- name: kvm_prometheus
url: https://path-to-your-node-exporter
sso: *sharedSSOCert
provides: [node_exporter_metric]
# Override the endpoints and credentials to your OpenStack.
openstack:
keystone:
url: https://path-to-keystone/v3
sso: *sharedSSOCert
username: openstack-user-with-all-project-read-access
password: openstack-user-password
projectName: openstack-project-of-user
userDomainName: openstack-domain-of-user
projectDomainName: openstack-domain-of-project-scoped-to