--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: Service metadata: annotations: fabric8.io/iconUrl: img/icons/activemq.svg fabric8.io/git-commit: 449583e47aa745ee7e6e3a2228f2cb04bc8e9821 fabric8.io/git-branch: release-v2.2.167 labels: provider: fabric8 group: io.fabric8.ipaas.apps project: message-gateway version: 2.2.167 name: activemq spec: ports: - port: 61616 protocol: TCP targetPort: 61616 selector: provider: fabric8 group: io.fabric8.ipaas.apps project: message-gateway - apiVersion: v1 kind: DeploymentConfig metadata: annotations: fabric8.io/iconUrl: img/icons/activemq.svg fabric8.io/git-commit: 449583e47aa745ee7e6e3a2228f2cb04bc8e9821 fabric8.io/git-branch: release-v2.2.167 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=message-gateway&var-version=2.2.167 labels: provider: fabric8 group: io.fabric8.ipaas.apps project: message-gateway version: 2.2.167 name: message-gateway spec: replicas: 1 selector: provider: fabric8 group: io.fabric8.ipaas.apps project: message-gateway strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: metadata: annotations: fabric8.io/iconUrl: img/icons/activemq.svg fabric8.io/git-commit: 449583e47aa745ee7e6e3a2228f2cb04bc8e9821 fabric8.io/git-branch: release-v2.2.167 fabric8.io/metrics-path: dashboard/file/kubernetes-pods.json/?var-project=message-gateway&var-version=2.2.167 labels: provider: fabric8 group: io.fabric8.ipaas.apps project: message-gateway version: 2.2.167 spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace image: fabric8/message-gateway:2.2.167 imagePullPolicy: IfNotPresent name: message-gateway ports: - containerPort: 61616 name: amq - containerPort: 8778 name: jolokia resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: privileged: false triggers: - type: ConfigChange