tvl-depot/nginx/nginx-svc.yaml
2016-03-01 01:11:36 +01:00

16 lines
217 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: nginx
labels:
app: nginx
spec:
type: LoadBalancer
selector:
lb-target: nginx
ports:
- port: 80
name: http
- port: 443
name: https