Skip to content

Instantly share code, notes, and snippets.

@iocanel
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iocanel/8a49be1640fd39f8f973 to your computer and use it in GitHub Desktop.
Save iocanel/8a49be1640fd39f8f973 to your computer and use it in GitHub Desktop.
Camel CDI JDBC Kubernetes JSON (container)
{
"image": "camel-cdi-jdbc",
"imagePullPolicy": "IfNotPresent",
"name": "camel-cdi-jdbc",
"env": [
{
"name": "MYSQL_SERVICE_USERNAME",
"value": "admin"
},
{
"name": "MYSQL_SERVICE_PASSWORD",
"value": "password"
},
{
"name": "MYSQL_SERVICE_DATABASE_NAME",
"value": "customers"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment