mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 21:56:24 +00:00
12 lines
211 B
YAML
12 lines
211 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-ai
|
|
labels:
|
|
app: ai
|
|
type: Opaque
|
|
stringData:
|
|
DB_URL: "jdbc:postgresql://postgres-service:5432/aidb"
|
|
DB_USERNAME: "aiuser"
|
|
DB_PASSWORD: "aipass123"
|