mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix typo in nginx-http-svc name
This commit is contained in:
parent
e446c31a41
commit
8df38ff31c
@ -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>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user