23 lines
426 B
YAML
23 lines
426 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: auth-config
|
|
stringData:
|
|
config.yaml: |
|
|
log_level: 2
|
|
port: 5001
|
|
db_service:
|
|
scheme: postgres
|
|
port: 5432
|
|
host: bh-db
|
|
name: bh
|
|
user: auth-service
|
|
password: auth-service
|
|
db_migrate:
|
|
scheme: postgres
|
|
port: 5432
|
|
host: bh-db
|
|
name: bh
|
|
user: postgres
|
|
password: bh-admin-beta
|