blob: 7bc3540c4049371c251d2436816628f40a13cc34 (
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: emc
name: nginx-acme-hack-emc-00
labels:
app: nginx
type: acme-challenge
tier: hack
worker: emc-00
spec:
selector:
app: nginx
type: acme-challenge
tier: hack
worker: emc-00
clusterIP: None
ports:
- name: http
port: 8080
|