Add deployment instructions for Docker for Mac (Edge)

This commit is contained in:
Chris LaRose 2018-04-23 13:34:24 -07:00
parent b9e1961fd3
commit a41ffb81ee
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,19 @@
kind: Service
apiVersion: v1
metadata:
name: ingress-nginx
namespace: ingress-nginx
labels:
app: ingress-nginx
spec:
externalTrafficPolicy: Local
type: LoadBalancer
selector:
app: ingress-nginx
ports:
- name: http
port: 80
targetPort: http
- name: https
port: 443
targetPort: https