Fix typo in nginx-http-svc name

This commit is contained in:
Muawia Khan 2017-08-16 16:35:46 +02:00
parent e446c31a41
commit 8df38ff31c

View File

@ -1,17 +1,17 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: ngx-http-instance-0 name: ngx-instance-0
namespace: default namespace: default
labels: labels:
name: ngx-http-instance-0 name: ngx-instance-0
annotations: annotations:
# NOTE: the following annotation is a beta feature and # NOTE: the following annotation is a beta feature and
# only available in GCE/GKE and Azure as of now # only available in GCE/GKE and Azure as of now
service.beta.kubernetes.io/external-traffic: OnlyLocal service.beta.kubernetes.io/external-traffic: OnlyLocal
spec: spec:
selector: selector:
app: ngx-http-instance-0-dep app: ngx-instance-0-dep
ports: ports:
- port: "<cluster-frontend-port from ConfigMap>" - port: "<cluster-frontend-port from ConfigMap>"
targetPort: "<cluster-frontend-port from ConfigMap>" targetPort: "<cluster-frontend-port from ConfigMap>"