{ "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%" } }, "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%", "project.logs": "/var/log/mysql" }, "creationTimestamp": null, "labels": { "io.kompose.service": "db" }, "name": "db" }, "spec": { "template": { "metadata": { "creationTimestamp": null, "labels": { "io.kompose.service": "db" } }, "spec": { "containers": [ { "env": [ { "name": "MYSQL_ROOT_PASSWORD", "value": "password" } ], "image": "mysql:5.7", "imagePullPolicy": "", "name": "db", "resources": {} } ], "restartPolicy": "Always", "serviceAccountName": "", "volumes": null } } }, "status": { "currentNumberScheduled": 0, "desiredNumberScheduled": 0, "numberMisscheduled": 0 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "kompose.cmd": "%CMD%", "kompose.version": "%VERSION%" }, "creationTimestamp": null, "labels": { "io.kompose.service": "web" }, "name": "web" }, "spec": { "replicas": 1, "selector": { "matchLabels": { "io.kompose.service": "web" } }, "strategy": {}, "template": { "metadata": { "annotations": { "kompose.cmd": "%CMD%", "kompose.version": "%VERSION%" }, "creationTimestamp": null, "labels": { "io.kompose.service": "web" } }, "spec": { "containers": [ { "env": [ { "name": "WORDPRESS_AUTH_KEY", "value": "changeme" }, { "name": "WORDPRESS_AUTH_SALT", "value": "changeme" }, { "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" } ], "image": "wordpress:4.5", "imagePullPolicy": "", "name": "web", "ports": [ { "containerPort": 80 } ], "resources": {} } ], "restartPolicy": "Always", "serviceAccountName": "", "volumes": null } } }, "status": {} } ] }