add moitoring stack
This commit is contained in:
parent
bb6a2e4ef1
commit
9b0ce21088
@ -1,65 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: grafana-admin
|
|
||||||
namespace: prometheus-stack
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
admin-user: grafana-admin
|
|
||||||
admin-password: zTaC8vmiQ8f0hit7JpmxGePAwxkizGli
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: glitchtip-secret
|
|
||||||
namespace: glitchtip
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
SECRET_KEY: xgMg/IOVYgbzTbyeXtCrKwd90ytbKhal
|
|
||||||
DATABASE_URL: sqlite:////data/glitchtip.sqlite3
|
|
||||||
REDIS_URL: redis://localhost:6379/0
|
|
||||||
EMAIL_URL: consolemail://
|
|
||||||
DEFAULT_FROM_EMAIL: glitchtip@grafana-srx.wb.ru
|
|
||||||
GLITCHTIP_DOMAIN: https://glitchtip-srx.wb.ru
|
|
||||||
ENABLE_OPEN_USER_REGISTRATION: "false"
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: openobserve-secret
|
|
||||||
namespace: openobserve
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
ZO_ROOT_USER_EMAIL: admin@grafana-srx.wb.ru
|
|
||||||
ZO_ROOT_USER_PASSWORD: 4Dhsfhnpo54HBFd+1T36dP1TQHIkscX5
|
|
||||||
ZO_LOCAL_MODE: "true"
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: goalert-secret
|
|
||||||
namespace: goalert
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
GOALERT_DB_URL: postgres://goalert:uO/9PHoznDImghirkrNicFQ3EwFmUX0s@goalert-postgresql:5432/goalert?sslmode=disable
|
|
||||||
GOALERT_DATA_ENCRYPTION_KEY: 0f92e3881fb83d26d216c6cc772ea3249b52c038ddbdad5bef48f716fa871464
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: kafka-exporter-secret
|
|
||||||
namespace: kafka-exporter
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
username: ""
|
|
||||||
password: ""
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: postgres-exporter-secret
|
|
||||||
namespace: postgres-exporter
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
data_source_name: postgresql://postgres:XbJdnxqiU2aAKWjVfn2Lvd0B/mFya+ce@postgresql.postgresql.svc.cluster.local:5432/postgres?sslmode=disable
|
|
||||||
Loading…
Reference in New Issue
Block a user