Skip to content

Commit

Permalink
Merge pull request #1136 from bowei/fix2
Browse files Browse the repository at this point in the history
Remove cluster-service annotation to avoid conflicting with GKE addon…
  • Loading branch information
rramkumar1 committed Jun 6, 2020
2 parents fbf66c0 + 7af9435 commit d8ad0db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/deploy/resources/default-http-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: l7-default-backend
namespace: kube-system
labels:
k8s-app: glbc
kubernetes.io/name: "GLBC"
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -50,7 +49,6 @@ metadata:
namespace: kube-system
labels:
k8s-app: glbc
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBCDefaultBackend"
spec:
# The default backend must be of type NodePort.
Expand All @@ -62,4 +60,3 @@ spec:
name: http
selector:
k8s-app: glbc

0 comments on commit d8ad0db

Please sign in to comment.