Skip to content

Instantly share code, notes, and snippets.

@the-redback
Created November 27, 2018 10:10
Show Gist options
  • Save the-redback/dd1a5b50db73b8e42f9e76fe53c2f84d to your computer and use it in GitHub Desktop.
Save the-redback/dd1a5b50db73b8e42f9e76fe53c2f84d to your computer and use it in GitHub Desktop.
{
"kind": "AppBinding",
"apiVersion": "appcatalog.appscode.com/v1alpha1",
"metadata": {
"name": "kubedb:postgres:demo:infant-postgres",
"namespace": "demo",
"creationTimestamp": null,
"labels": {
"kubedb.com/kind": "Postgres",
"kubedb.com/name": "infant-postgres"
},
"ownerReferences": [
{
"apiVersion": "kubedb.com/v1alpha1",
"kind": "Postgres",
"name": "infant-postgres",
"uid": "792c09d4-f228-11e8-8ab5-0800275e97d7",
"blockOwnerDeletion": false
}
]
},
"spec": {
"type": "kubedb.com/postgres",
"clientConfig": {
"service": {
"scheme": "",
"name": "infant-postgres",
"port": 5432
},
"insecureSkipTLSVerify": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment