Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions Values/prom-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alertmanager:


server:
service:
serviceeeeeeee:
# Input desired LB floating IP in quotation marks,
# floating IP needs to be assigned to project
loadBalancerIP: <LB IP>
Expand All @@ -19,15 +19,23 @@ server:
- job_name: keycloak
kubernetes_sd_configs:
- role: endpoints
namespaces:
names:
namespaces:
names:
- keycloak








metrics_path: /metrics
basic_auth:
# Input username and password for basic authentication if required,
# elsewise remove.
username: <USERNAME>
password: <PASSWORD>
username: admin
password: admin
relabel_configs:
- source_labels:
- job
Expand Down
Loading