Add deployment instructions for Docker for Mac (Edge)
This commit is contained in:
parent
b9e1961fd3
commit
a41ffb81ee
2 changed files with 42 additions and 0 deletions
19
deploy/provider/docker-for-mac/service.yaml
Normal file
19
deploy/provider/docker-for-mac/service.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue