Guest User

k8s/db.json

a guest
Jul 30th, 2025
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.22 KB | None | 0 0
  1. {
  2.   "apiVersion": "v1",
  3.   "kind": "ConfigMap",
  4.   "metadata": {
  5.     "name": "sample-db-config"
  6.   },
  7.   "data": {
  8.     "db_name": "sample",
  9.     "db_user": "root",
  10.     "db_password": "root",
  11.     "db_port": "5432"
  12.   }
  13. }
Add Comment
Please, Sign In to add comment