github.com/abayer/test-infra@v0.0.5/mungegithub/submit-queue/nginx-redirect/nginx-deploy.yaml (about)

     1  apiVersion: extensions/v1beta1
     2  kind: Deployment
     3  metadata:
     4    name: nginx-https-redirect
     5  spec:
     6    replicas: 1 
     7    template:
     8      metadata:
     9        labels:
    10          app: nginx-https-redirect
    11      spec:
    12        containers:
    13        - name: nginx
    14          image: nginx
    15          ports:
    16          - containerPort: 80 
    17          volumeMounts:
    18          - name: conf
    19            mountPath: /etc/nginx
    20        volumes:
    21        - name: conf
    22          configMap:
    23            name: nginx-https-redirect