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
+11
View File
@@ -0,0 +1,11 @@
# Docker Registry Secret — TEMPLATE
# DO NOT commit real credentials!
---
apiVersion: v1
kind: Secret
metadata:
name: regcred
namespace: lpt-prod
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: ""