Cleanup deploy docs and remove old yaml manifests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-18 18:14:23 -04:00
parent ab3a789caa
commit fd23ebc6d1
19 changed files with 56 additions and 985 deletions

View file

@ -1,25 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
spec:
type: NodePort
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
- name: https
port: 443
targetPort: 443
protocol: TCP
selector:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
---