--- apiVersion: v1 kind: Service metadata: creationTimestamp: null labels: io.kompose.service: web name: web namespace: web spec: ports: - name: "80" port: 80 targetPort: 80 selector: io.kompose.service: web --- apiVersion: v1 kind: Namespace metadata: creationTimestamp: null name: web namespace: web spec: {} --- apiVersion: apps.openshift.io/v1 kind: DeploymentConfig metadata: creationTimestamp: null labels: io.kompose.service: web name: web namespace: web spec: replicas: 1 selector: io.kompose.service: web strategy: resources: {} template: metadata: creationTimestamp: null labels: io.kompose.network/namespace-default: "true" io.kompose.service: web spec: containers: - image: ' ' name: web ports: - containerPort: 80 hostPort: 80 protocol: TCP resources: {} restartPolicy: Always test: false triggers: - type: ConfigChange - imageChangeParams: automatic: true containerNames: - web from: kind: ImageStreamTag name: web:latest type: ImageChange --- apiVersion: image.openshift.io/v1 kind: ImageStream metadata: creationTimestamp: null labels: io.kompose.service: web name: web namespace: web spec: lookupPolicy: local: false tags: - annotations: null from: kind: DockerImage name: nginx generation: null importPolicy: {} name: latest referencePolicy: type: ""