first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: aqua-bearer-token
|
||||
namespace: aqua
|
||||
type: Opaque
|
||||
data:
|
||||
bearer_token: ZWY3MWUwYWJmNTY0YjU3MzYzN2ZkNTFlMmY5MzU5MGY4NGZiZGNkZQ==
|
||||
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1alpha1
|
||||
kind: ScrapeConfig
|
||||
metadata:
|
||||
labels:
|
||||
app: aqua-server-console
|
||||
prometheus: main
|
||||
name: aqua-metrics-main
|
||||
namespace: aqua
|
||||
spec:
|
||||
authorization:
|
||||
credentials:
|
||||
key: bearer_token
|
||||
name: aqua-bearer-token
|
||||
honorLabels: true
|
||||
metricsPath: /metrics
|
||||
scheme: HTTP
|
||||
staticConfigs:
|
||||
- targets:
|
||||
- aqua-server-console-svc.aqua.svc.techno.p.mesh.:8080
|
||||
Reference in New Issue
Block a user