ingress deployment

This commit is contained in:
Rajkumar
2018-09-17 07:08:14 -05:00
parent f4a198fc25
commit 6f07939a0d

View File

@@ -0,0 +1,26 @@
---
apiVersion: "v1"
kind: "Service"
metadata:
namespace: ingress-nginx
annotations: {}
finalizers: []
labels:
app: "nginx-ingress"
name: "nginx-ingress"
ownerReferences: []
spec:
externalIPs: []
loadBalancerSourceRanges: []
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 80
- name: "https"
port: 443
protocol: "TCP"
targetPort: 443
selector:
app.kubernetes.io/name: "ingress-nginx"
type: "NodePort"