Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit ae9f363

Browse files
authored
Merge pull request #1249 from bprashanth/ing
Reduce number of backends in basic ingress example
2 parents 6f9e61d + d2566f0 commit ae9f363

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

ingress/controllers/gce/ingress-app.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,6 @@ spec:
1919
---
2020
apiVersion: v1
2121
kind: Service
22-
metadata:
23-
name: echoheadersdefault
24-
labels:
25-
app: echoheaders
26-
spec:
27-
type: NodePort
28-
ports:
29-
- port: 80
30-
nodePort: 30302
31-
targetPort: 8080
32-
protocol: TCP
33-
name: http
34-
selector:
35-
app: echoheaders
36-
---
37-
apiVersion: v1
38-
kind: Service
3922
metadata:
4023
name: echoheadersy
4124
labels:
@@ -79,8 +62,7 @@ metadata:
7962
spec:
8063
backend:
8164
# Re-use echoheadersx as the default backend so we stay under the default
82-
# quota for gce BackendServices. You can change this to echoheadersdefault
83-
# if you have enough quota.
65+
# quota for gce BackendServices.
8466
serviceName: echoheadersx
8567
servicePort: 80
8668
rules:

0 commit comments

Comments
 (0)