mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 20:46:23 +00:00
12 lines
227 B
YAML
12 lines
227 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-ai
|
|
labels:
|
|
app: ai
|
|
type: Opaque
|
|
stringData:
|
|
DB_URL: "jdbc:postgresql://postgres-service-dev:5432/aidb_dev"
|
|
DB_USERNAME: "aiuser_dev"
|
|
DB_PASSWORD: "aipass_dev123"
|