{ "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "hooks", "creationTimestamp": null, "labels": { "name": "hello-openshift" } }, "spec": { "strategy": { "type": "Rolling", "rollingParams": { "updatePeriodSeconds": 1, "intervalSeconds": 1, "timeoutSeconds": 600 }, "resources": {} }, "triggers": [ { "type": "ConfigChange" } ], "replicas": 1, "selector": { "name": "hello-openshift" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "name": "hello-openshift" } }, "spec": { "volumes": [ { "name": "dataem", "emptyDir": { "medium": "" } } ], "containers": [ { "name": "hello-openshift", "image": "openshift/origin", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "env": [ { "name": "MYSQL_USER", "value": "user8Y2" }, { "name": "MYSQL_PASSWORD", "value": "Plqe5Wev" }, { "name": "MYSQL_DATABASE", "value": "root" } ], "command": [ "/bin/bash", "-c", "/usr/bin/sleep 30d" ], "resources": {}, "volumeMounts": [ { "name": "dataem", "mountPath": "/var/lib/origin" } ], "terminationMessagePath": "/dev/termination-log", "imagePullPolicy": "Always", "securityContext": { "capabilities": {}, "privileged": false } } ], "restartPolicy": "Always", "dnsPolicy": "ClusterFirst" } } }, "status": {} }