mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
ingress deployment
This commit is contained in:
26
ingress/nginx-ingress-svc.yaml
Normal file
26
ingress/nginx-ingress-svc.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user