Add Nginx Ingress controller addons and docs

This commit is contained in:
Dalton Hubble
2017-08-31 09:28:57 -07:00
parent 229a4c5293
commit 7c733bd314
22 changed files with 592 additions and 10 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: default-backend
namespace: ingress
spec:
type: ClusterIP
selector:
name: default-backend
phase: prod
ports:
- name: http
protocol: TCP
port: 80
targetPort: 8080