13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: fischerx-secret
|
|
namespace: fischerx
|
|
type: Opaque
|
|
stringData:
|
|
JWT_SECRET: "your-super-secret-jwt-key-change-in-production"
|
|
DB_PASSWORD: "your-db-password"
|
|
REDIS_PASSWORD: "your-redis-password"
|
|
ALIBABA_CLOUD_ACCESS_KEY_ID: "your-access-key-id"
|
|
ALIBABA_CLOUD_ACCESS_KEY_SECRET: "your-access-key-secret"
|