summaryrefslogtreecommitdiff
path: root/contrib/k8s-lwl/acme-hack/nginx-acme-svc.yml
blob: 198a16c36b6b6f06157d320e151b9583fd9daa6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apiVersion: v1
kind: Service
metadata:
  namespace: lwl
  name: nginx-acme-hack-lw-live-00
  labels:
    app: nginx
    type: acme-challenge
    tier: hack
    worker: lw-live-00
spec:
  selector:
    app: nginx
    type: acme-challenge
    tier: hack
    worker: lw-live-00
  clusterIP: None
  ports:
  - name: http
    port: 8080