--- apiVersion: "v1" kind: "List" items: - apiVersion: "extensions/v1beta1" kind: "Deployment" metadata: annotations: fabric8.io/iconUrl: "img/icons/java.svg" fabric8.io/git-commit: "61631316443196f4367d519b9339b58abc99a097" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=maven-shell&var-version=2.2.259" fabric8.io/git-branch: "release-v2.2.259" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/61631316443196f4367d519b9339b58abc99a097" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: provider: "fabric8" project: "maven-shell" version: "2.2.259" group: "io.fabric8.devops.apps" name: "maven-shell" spec: replicas: 1 selector: matchLabels: provider: "fabric8" project: "maven-shell" group: "io.fabric8.devops.apps" template: metadata: annotations: fabric8.io/git-commit: "61631316443196f4367d519b9339b58abc99a097" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=maven-shell&var-version=2.2.259" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/iconUrl: "img/icons/java.svg" fabric8.io/git-branch: "release-v2.2.259" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/61631316443196f4367d519b9339b58abc99a097" labels: provider: "fabric8" project: "maven-shell" version: "2.2.259" group: "io.fabric8.devops.apps" spec: containers: - env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/maven-builder:2.2.259" imagePullPolicy: "IfNotPresent" name: "maven-shell" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: privileged: true volumeMounts: - mountPath: "/var/run/docker.sock" name: "data" readOnly: false - mountPath: "/root/.m2" name: "jenkins-maven-settings" readOnly: false - mountPath: "/root/workspaces" name: "workspace" readOnly: false volumes: - hostPath: path: "/home/maven-shell/workspaces" name: "workspace" - name: "jenkins-maven-settings" secret: secretName: "jenkins-maven-settings" - hostPath: path: "/var/run/docker.sock" name: "data"