13 lines
178 B
YAML
13 lines
178 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx-srv
|
|
labels:
|
|
app: &app nginx
|
|
spec:
|
|
selector:
|
|
app: *app
|
|
ports:
|
|
- port: 80
|
|
name: http
|
|
clusterIP: None
|