Remove hardcoded monitoring secrets

This commit is contained in:
Kochetkov S 2026-05-25 15:10:30 +03:00
parent 9b0ce21088
commit 2131400030
7 changed files with 4 additions and 22 deletions

View File

@ -10,7 +10,6 @@ resources:
- ../../../infrastructure/goalert
- ../../../infrastructure/kafka-exporter
- ../../../infrastructure/postgres-exporter
- ./secrets.yaml
patches:
- path: ./patches/glitchtip.yaml
target:

View File

@ -42,8 +42,7 @@ spec:
_default: https://glitchtip-srx.wb.ru
glitchtip:
secret:
create: false
name: glitchtip-secret
create: true
migrate:
enabled: true
env:

View File

@ -12,11 +12,6 @@ spec:
tag: 0.32.0
pullPolicy: IfNotPresent
goalert:
existingSecret:
name: goalert-secret
keys:
GOALERT_DB_URL: GOALERT_DB_URL
GOALERT_DATA_ENCRYPTION_KEY: GOALERT_DATA_ENCRYPTION_KEY
environment:
GOALERT_HTTP_PREFIX: ""
postgresql:
@ -24,7 +19,6 @@ spec:
auth:
database: goalert
username: goalert
password: uO/9PHoznDImghirkrNicFQ3EwFmUX0s
sslmode: disable
primary:
persistence:

View File

@ -25,8 +25,7 @@ spec:
_default: "false"
openobserve:
secret:
create: false
name: openobserve-secret
create: true
nats:
enabled: false
otelCollector:

View File

@ -37,8 +37,6 @@ spec:
exporters:
otlphttp/openobserve:
endpoint: http://openobserve.openobserve.svc.cluster.local:5080/api/default
headers:
Authorization: Basic YWRtaW5AZ3JhZmFuYS1zcngud2IucnU6NERoc2ZobnBvNTRIQkZkKzFUMzZkUDFUUUhJa3NjWDU=
tls:
insecure: true
service:

View File

@ -20,6 +20,3 @@ spec:
port: "5432"
database: postgres
sslmode: disable
datasourceSecret:
name: postgres-exporter-secret
key: data_source_name

View File

@ -19,15 +19,11 @@ spec:
prometheusOperator:
enabled: true
kubeStateMetrics:
enabled: true
enabled: false
nodeExporter:
enabled: true
enabled: false
grafana:
enabled: true
admin:
existingSecret: grafana-admin
userKey: admin-user
passwordKey: admin-password
persistence:
enabled: true
type: sts