do not include Ingress in default deploy
This commit is contained in:
@@ -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
|
|
||||||
@@ -4,6 +4,5 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
|
||||||
- redis-deployment.yaml
|
- redis-deployment.yaml
|
||||||
- redis-service.yaml
|
- redis-service.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user