Add monitoring PF service

This commit is contained in:
Grendgi
2026-06-04 14:55:41 +03:00
commit dd3edd7088
41 changed files with 3194 additions and 0 deletions

10
k8s/secrets.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
metadata:
name: monitoring-pf-secrets
namespace: monitoring-pf
type: Opaque
stringData:
TG_BOT_TOKEN: "CHANGE_ME"
ADMIN_CHAT_ID: ""
ADMIN_PIN: "CHANGE_ME"