--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: Service metadata: annotations: fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-devops/master/fabric8-docker-registry/src/main/fabric8/icon.png fabric8.io/git-commit: ee5711e12444c32fcbe1fefef38070de82f7a190 fabric8.io/git-branch: release-v2.2.306 labels: provider: fabric8 project: fabric8-docker-registry version: 2.2.306 group: io.fabric8.devops.apps expose: "true" name: fabric8-docker-registry spec: ports: - port: 80 protocol: TCP targetPort: 5000 selector: project: fabric8-docker-registry provider: fabric8 group: io.fabric8.devops.apps - apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-class: standard labels: provider: fabric8 project: fabric8-docker-registry version: 2.2.306 group: io.fabric8.devops.apps name: fabric8-docker-registry-storage spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - apiVersion: extensions/v1beta1 kind: Deployment metadata: annotations: fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-devops/master/fabric8-docker-registry/src/main/fabric8/icon.png fabric8.io/git-commit: ee5711e12444c32fcbe1fefef38070de82f7a190 fabric8.io/git-branch: release-v2.2.306 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=fabric8-docker-registry&var-version=2.2.306 labels: provider: fabric8 project: fabric8-docker-registry version: 2.2.306 group: io.fabric8.devops.apps name: fabric8-docker-registry spec: replicas: 1 selector: matchLabels: provider: fabric8 project: fabric8-docker-registry group: io.fabric8.devops.apps template: metadata: annotations: fabric8.io/iconUrl: https://cdn.rawgit.com/fabric8io/fabric8-devops/master/fabric8-docker-registry/src/main/fabric8/icon.png fabric8.io/git-commit: ee5711e12444c32fcbe1fefef38070de82f7a190 fabric8.io/git-branch: release-v2.2.306 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=fabric8-docker-registry&var-version=2.2.306 pod.alpha.kubernetes.io/init-containers: '[{"image":"busybox","imagePullPolicy":"IfNotPresent","name":"init","command":["chmod","777","/var/lib/registry"],"volumeMounts":[{"mountPath":"/var/lib/registry","name":"fabric8-docker-registry-storage"}]}]' labels: provider: fabric8 project: fabric8-docker-registry version: 2.2.306 group: io.fabric8.devops.apps spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace image: registry:2 imagePullPolicy: IfNotPresent name: fabric8-docker-registry ports: - containerPort: 5000 name: http resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" volumeMounts: - mountPath: /var/lib/registry name: fabric8-docker-registry-storage readOnly: false volumes: - name: fabric8-docker-registry-storage persistentVolumeClaim: claimName: fabric8-docker-registry-storage