From 834ddb68132beb99f7db12e582268958921d1c67 Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Wed, 22 Jun 2016 08:58:04 -0700 Subject: [PATCH] Quota modification --- controllers/gce/ingress-app.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/controllers/gce/ingress-app.yaml b/controllers/gce/ingress-app.yaml index 3102edc51..1f3870a08 100644 --- a/controllers/gce/ingress-app.yaml +++ b/controllers/gce/ingress-app.yaml @@ -19,23 +19,6 @@ spec: --- apiVersion: v1 kind: Service -metadata: - name: echoheadersdefault - labels: - app: echoheaders -spec: - type: NodePort - ports: - - port: 80 - nodePort: 30302 - targetPort: 8080 - protocol: TCP - name: http - selector: - app: echoheaders ---- -apiVersion: v1 -kind: Service metadata: name: echoheadersy labels: @@ -79,8 +62,7 @@ metadata: spec: backend: # Re-use echoheadersx as the default backend so we stay under the default - # quota for gce BackendServices. You can change this to echoheadersdefault - # if you have enough quota. + # quota for gce BackendServices. serviceName: echoheadersx servicePort: 80 rules: