{ "kind": "List", "apiVersion": "v1", "metadata": {}, "items": [ { "kind": "Service", "apiVersion": "v1", "metadata": { "name": "etherpad", "creationTimestamp": null, "labels": { "service": "etherpad" } }, "spec": { "ports": [ { "name": "80", "protocol": "TCP", "port": 80, "targetPort": 9001 }, { "name": "80", "protocol": "TCP", "port": 80, "targetPort": 9001 } ], "selector": { "service": "etherpad" } }, "status": { "loadBalancer": {} } }, { "kind": "Service", "apiVersion": "v1", "metadata": { "name": "mariadb", "creationTimestamp": null, "labels": { "service": "mariadb" } }, "spec": { "ports": [ { "name": "3306", "protocol": "TCP", "port": 3306, "targetPort": 3306 }, { "name": "3307", "protocol": "TCP", "port": 3307, "targetPort": 3307 } ], "selector": { "service": "mariadb" } }, "status": { "loadBalancer": {} } }, { "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "etherpad", "creationTimestamp": null, "labels": { "service": "etherpad" } }, "spec": { "strategy": { "resources": {} }, "triggers": [ { "type": "ConfigChange" }, { "type": "ImageChange", "imageChangeParams": { "automatic": true, "containerNames": [ "etherpad" ], "from": { "kind": "ImageStreamTag", "name": "etherpad:latest" } } } ], "replicas": 1, "test": false, "selector": { "service": "etherpad" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "service": "etherpad" } }, "spec": { "containers": [ { "name": "etherpad", "image": " ", "ports": [ { "containerPort": 9001, "protocol": "TCP" }, { "containerPort": 9001, "protocol": "TCP" } ], "env": [ { "name": "DB_DBID", "value": "openshift" }, { "name": "DB_HOST", "value": "openshift" }, { "name": "DB_PASS", "value": "openshift" }, { "name": "DB_PORT", "value": "openshift" }, { "name": "DB_USER", "value": "openshift" } ], "resources": {} } ], "restartPolicy": "Always" } } }, "status": {} }, { "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "etherpad", "creationTimestamp": null }, "spec": { "tags": [ { "name": "latest", "annotations": null, "from": { "kind": "DockerImage", "name": "centos/etherpad" }, "generation": null, "importPolicy": {} } ] }, "status": { "dockerImageRepository": "" } }, { "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "mariadb", "creationTimestamp": null, "labels": { "service": "mariadb" } }, "spec": { "strategy": { "resources": {} }, "triggers": [ { "type": "ConfigChange" }, { "type": "ImageChange", "imageChangeParams": { "automatic": true, "containerNames": [ "mariadb" ], "from": { "kind": "ImageStreamTag", "name": "mariadb:latest" } } } ], "replicas": 1, "test": false, "selector": { "service": "mariadb" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "service": "mariadb" } }, "spec": { "volumes": [ { "name": "mariadb-claim0", "persistentVolumeClaim": { "claimName": "mariadb-claim0" } }, { "name": "mariadb-claim1", "persistentVolumeClaim": { "claimName": "mariadb-claim1" } } ], "containers": [ { "name": "mariadb", "image": " ", "ports": [ { "containerPort": 3306, "protocol": "TCP" }, { "containerPort": 3307, "protocol": "TCP" } ], "env": [ { "name": "MYSQL_DATABASE", "value": "openshift" }, { "name": "MYSQL_PASSWORD", "value": "openshift" }, { "name": "MYSQL_ROOT_PASSWORD", "value": "openshift" }, { "name": "MYSQL_USER", "value": "openshift" } ], "resources": {}, "volumeMounts": [ { "name": "mariadb-claim0", "mountPath": "/var/lib/mysql" }, { "name": "mariadb-claim1", "mountPath": "/var/lib/mysql" } ] } ], "restartPolicy": "Always" } } }, "status": {} }, { "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "mariadb", "creationTimestamp": null }, "spec": { "tags": [ { "name": "latest", "annotations": null, "from": { "kind": "DockerImage", "name": "centos/mariadb" }, "generation": null, "importPolicy": {} } ] }, "status": { "dockerImageRepository": "" } }, { "kind": "PersistentVolumeClaim", "apiVersion": "v1", "metadata": { "name": "mariadb-claim0", "creationTimestamp": null }, "spec": { "accessModes": [ "ReadWriteOnce" ], "resources": { "requests": { "storage": "100Mi" } } }, "status": {} }, { "kind": "PersistentVolumeClaim", "apiVersion": "v1", "metadata": { "name": "mariadb-claim1", "creationTimestamp": null }, "spec": { "accessModes": [ "ReadWriteOnce" ], "resources": { "requests": { "storage": "100Mi" } } }, "status": {} } ] }