github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/prow/cluster/splice_deployment.yaml (about)

     1  apiVersion: extensions/v1beta1
     2  kind: Deployment
     3  metadata:
     4    name: splice
     5    labels:
     6      app: splice
     7  spec:
     8    replicas: 1
     9    template:
    10      metadata:
    11        labels:
    12          app: splice
    13      spec:
    14        containers:
    15        - name: splice
    16          image: gcr.io/k8s-prow/splice:0.27
    17          volumeMounts:
    18          - name: config
    19            mountPath: /etc/config
    20            readOnly: true
    21        volumes:
    22        - name: config
    23          configMap:
    24            name: config