feat: centralized K8s infra — dev/prod environments

This commit is contained in:
admin
2026-07-26 21:33:02 +08:00
commit 9ebafb97fb
15 changed files with 613 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# LPT Application Secrets — TEMPLATE
# DO NOT commit real secrets to git!
---
apiVersion: v1
kind: Secret
metadata:
name: lpt-secrets
namespace: lpt-prod
type: Opaque
data: {}