--- apiVersion: "v1" kind: "List" items: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/hubot-notifier/src/main/fabric8/icon.png" fabric8.io/git-commit: "ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" fabric8.io/git-branch: "release-v2.2.249" fabric8.io/build-id: "5" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/5" labels: provider: "fabric8" project: "hubot-notifier" version: "2.2.249" group: "io.fabric8.devops.apps" name: "hubot-notifier" spec: ports: - port: 8778 protocol: "TCP" targetPort: 8778 selector: project: "hubot-notifier" provider: "fabric8" group: "io.fabric8.devops.apps" type: "LoadBalancer" - apiVersion: "v1" kind: "ConfigMap" metadata: annotations: fabric8.hubot-notifier/summary: "Watches the OpenShift environment and notifies\ \ Hubot of events such as builds completing or failing" description: "Watches the OpenShift environment and notifies Hubot of events\ \ such as builds completing or failing." fabric8.hubot-notifier/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/hubot-notifier/src/main/fabric8/icon.png" fabric8.io/json-schema: "{\n \"type\" : \"object\",\n \"properties\" : {\n\ \ \"HUBOT_USERNAME\" : {\n \"type\" : \"string\",\n \"description\"\ \ : \"The username for Hubot to login to the chat service\",\n \"default\"\ \ : \"fabric8\"\n },\n \"KUBERNETES_DNS_DOMAIN\" : {\n \"type\"\ \ : \"string\",\n \"description\" : \"The DNS domain added to the serviceName.namespace.svc.\ \ to make the DNS name\",\n \"default\" : \"cluster.local\"\n },\n\ \ \"HUBOT_PASSWORD\" : {\n \"type\" : \"string\",\n \"description\"\ \ : \"The password for Hubot to login to the chat service\",\n \"default\"\ \ : \"RedHat$1\"\n }\n }\n}" labels: provider: "fabric8" project: "hubot-notifier" version: "2.2.249" group: "io.fabric8.devops.apps" name: "hubot-notifier" data: hubot-password: "RedHat$1" kubernetes-dns-domain: "cluster.local" hubot-username: "fabric8" - apiVersion: "v1" kind: "DeploymentConfig" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/hubot-notifier/src/main/fabric8/icon.png" fabric8.io/git-commit: "ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hubot-notifier&var-version=2.2.249" fabric8.io/build-id: "5" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/5" fabric8.io/git-branch: "release-v2.2.249" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" labels: provider: "fabric8" project: "hubot-notifier" version: "2.2.249" group: "io.fabric8.devops.apps" name: "hubot-notifier" spec: replicas: 1 selector: provider: "fabric8" project: "hubot-notifier" group: "io.fabric8.devops.apps" strategy: rollingParams: timeoutSeconds: 10800 type: "Rolling" template: metadata: annotations: fabric8.io/git-commit: "ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hubot-notifier&var-version=2.2.249" fabric8.io/build-id: "5" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/5" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/hubot-notifier/src/main/fabric8/icon.png" fabric8.io/git-branch: "release-v2.2.249" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/ba3d3463e44ded8f137ade2ad98c65099bfdcaa8" labels: provider: "fabric8" project: "hubot-notifier" version: "2.2.249" group: "io.fabric8.devops.apps" spec: containers: - env: - name: "HUBOT_KUBERNETES_ROOM" value: "#fabric8_${namespace}" - name: "HUBOT_USERNAME" valueFrom: configMapKeyRef: key: "hubot-username" name: "hubot-notifier" - name: "HUBOT_PASSWORD" valueFrom: configMapKeyRef: key: "hubot-password" name: "hubot-notifier" - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" - name: "HUBOT_BUILD_ROOM" value: "#fabric8_${namespace}" image: "fabric8/hubot-notifier:2.2.249" imagePullPolicy: "IfNotPresent" name: "hubot-notifier" ports: - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: privileged: false serviceAccountName: "fabric8" triggers: - type: "ConfigChange"