Fix: selector's Indentation (#4825)

correct the selector's Indentation in file `logging-stack.yaml`.
This commit is contained in:
Lshare 2019-09-11 23:28:02 +08:00 committed by Martin Taillefer
parent 9b21f11050
commit a363691832
1 changed files with 4 additions and 4 deletions

View File

@ -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