Skip to content

Commit

Permalink
configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jun 10, 2024
1 parent f4aec6b commit bca33aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kubernetes/apps/postgres-db/pgadmin/config-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: pgadmin-config
data:
servers.json: |
{
"Servers": {
"1": {
"Name": "k8s-postgres",
"Group": "Servers",
"Port": 5432,
"Username": "postgres",
"Host": "192.168.5.53",
"SSLMode": "prefer",
"MaintenanceDB": "postgres"
}
}
}

0 comments on commit bca33aa

Please sign in to comment.