mirror of https://github.com/istio/istio.io.git
Fix: selector's Indentation (#4825)
correct the selector's Indentation in file `logging-stack.yaml`.
This commit is contained in:
parent
9b21f11050
commit
a363691832
|
@ -54,7 +54,7 @@ spec:
|
||||||
- port: 9200
|
- port: 9200
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: db
|
targetPort: db
|
||||||
selector:
|
selector:
|
||||||
app: elasticsearch
|
app: elasticsearch
|
||||||
---
|
---
|
||||||
# Elasticsearch Deployment
|
# Elasticsearch Deployment
|
||||||
|
@ -117,7 +117,7 @@ spec:
|
||||||
port: 24224
|
port: 24224
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 24224
|
targetPort: 24224
|
||||||
selector:
|
selector:
|
||||||
app: fluentd-es
|
app: fluentd-es
|
||||||
---
|
---
|
||||||
# Fluentd Deployment
|
# Fluentd Deployment
|
||||||
|
@ -202,7 +202,7 @@ spec:
|
||||||
- port: 5601
|
- port: 5601
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: ui
|
targetPort: ui
|
||||||
selector:
|
selector:
|
||||||
app: kibana
|
app: kibana
|
||||||
---
|
---
|
||||||
# Kibana Deployment
|
# Kibana Deployment
|
||||||
|
|
Loading…
Reference in New Issue