{ "kind": "List", "apiVersion": "v1", "metadata": {}, "items": [ { "kind": "Service", "apiVersion": "v1", "metadata": { "name": "web", "creationTimestamp": null, "labels": { "io.kompose.service": "web" }, "annotations": { "kompose.cmd": "%CMD%", "kompose.version": "%VERSION%", "port": "wordpress" } }, "spec": { "ports": [ { "name": "80", "port": 80, "targetPort": 80 } ], "selector": { "io.kompose.service": "web" } }, "status": { "loadBalancer": {} } }, { "apiVersion": "apps/v1", "kind": "DaemonSet", "metadata": { "annotations": { "kompose.cmd": "%CMD%", "kompose.controller.type": "daemonset", "kompose.version": "%VERSION%" }, "creationTimestamp": null, "labels": { "io.kompose.service": "mysql" }, "name": "mysql" }, "spec": { "template": { "metadata": { "creationTimestamp": null, "labels": { "io.kompose.service": "mysql" } }, "spec": { "containers": [ { "env": [ { "name": "MYSQL_ROOT_PASSWORD", "value": "password" } ], "image": "mysql:5.7", "imagePullPolicy": "", "name": "mysql", "resources": {} } ], "restartPolicy": "Always", "serviceAccountName": "", "volumes": null } } }, "status": { "currentNumberScheduled": 0, "desiredNumberScheduled": 0, "numberMisscheduled": 0 } }, { "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "mysql", "creationTimestamp": null, "labels": { "io.kompose.service": "mysql" }, "annotations": { "kompose.cmd": "%CMD%", "kompose.controller.type": "daemonset", "kompose.version": "%VERSION%" } }, "spec": { "strategy": { "resources": {} }, "triggers": [ { "type": "ConfigChange" }, { "type": "ImageChange", "imageChangeParams": { "automatic": true, "containerNames": [ "mysql" ], "from": { "kind": "ImageStreamTag", "name": "mysql:5.7" } } } ], "replicas": 1, "test": false, "selector": { "io.kompose.service": "mysql" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "io.kompose.service": "mysql" } }, "spec": { "containers": [ { "name": "mysql", "image": " ", "env": [ { "name": "MYSQL_ROOT_PASSWORD", "value": "password" } ], "resources": {} } ], "restartPolicy": "Always" } } }, "status": {} }, { "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "mysql", "creationTimestamp": null, "labels": { "io.kompose.service": "mysql" } }, "spec": { "tags": [ { "name": "5.7", "annotations": null, "from": { "kind": "DockerImage", "name": "mysql:5.7" }, "generation": null, "importPolicy": {} } ] }, "status": { "dockerImageRepository": "" } }, { "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "web", "creationTimestamp": null, "labels": { "io.kompose.service": "web" }, "annotations": { "kompose.cmd": "%CMD%", "kompose.version": "%VERSION%", "port": "wordpress" } }, "spec": { "strategy": { "resources": {} }, "triggers": [ { "type": "ConfigChange" }, { "type": "ImageChange", "imageChangeParams": { "automatic": true, "containerNames": [ "web" ], "from": { "kind": "ImageStreamTag", "name": "web:4" } } } ], "replicas": 3, "test": false, "selector": { "io.kompose.service": "web" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "io.kompose.service": "web" } }, "spec": { "containers": [ { "name": "web", "image": " ", "ports": [ { "containerPort": 80 } ], "env": [ { "name": "WORDPRESS_AUTH_KEY", "value": "changeme" }, { "name": "WORDPRESS_AUTH_SALT", "value": "changeme" }, { "name": "WORDPRESS_DB_PASSWORD", "value": "password" }, { "name": "WORDPRESS_LOGGED_IN_KEY", "value": "changeme" }, { "name": "WORDPRESS_LOGGED_IN_SALT", "value": "changeme" }, { "name": "WORDPRESS_NONCE_AA", "value": "changeme" }, { "name": "WORDPRESS_NONCE_KEY", "value": "changeme" }, { "name": "WORDPRESS_NONCE_SALT", "value": "changeme" }, { "name": "WORDPRESS_SECURE_AUTH_KEY", "value": "changeme" }, { "name": "WORDPRESS_SECURE_AUTH_SALT", "value": "changeme" } ], "resources": {} } ], "restartPolicy": "Always" } } }, "status": {} }, { "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "web", "creationTimestamp": null, "labels": { "io.kompose.service": "web" } }, "spec": { "tags": [ { "name": "4", "annotations": null, "from": { "kind": "DockerImage", "name": "wordpress:4" }, "generation": null, "importPolicy": {} } ] }, "status": { "dockerImageRepository": "" } } ] }