do not include Ingress in default deploy

This commit is contained in:
Henning Jacobs
2020-04-25 22:05:46 +02:00
parent 76a498bacc
commit 4f61486156
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: kube-ops-view
spec:
rules:
- host: "kube-ops-view.example.org"
http:
paths:
- backend:
serviceName: kube-ops-view
servicePort: 80

View File

@@ -4,6 +4,5 @@ resources:
- deployment.yaml
- rbac.yaml
- service.yaml
- ingress.yaml
- redis-deployment.yaml
- redis-service.yaml