Files
nginx-portal/k8s/03-secrets.yaml
qorgh529 5e7e245858
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
init: web portal
2026-04-06 21:16:17 +09:00

10 lines
206 B
YAML
Executable File

apiVersion: v1
kind: Secret
metadata:
name: portal-secrets
namespace: web-portal
type: Opaque
stringData:
db-password: "portalpass"
jwt-secret: "your-super-secret-jwt-key-change-this-in-production"