ingress-nginx service

This commit is contained in:
Sergey Bondarev
2018-08-01 23:03:00 +03:00
parent 78b02d6228
commit b6d4369066

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx
namespace: ingress-nginx
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443
selector:
app: ingress-nginx
type: ClusterIP