修复应用配置中的label错误
parent
dd5166fc06
commit
f9aafaa6b4
|
@ -44,7 +44,7 @@ spec:
|
|||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
run: filebeat-test
|
||||
k8s-app: filebeat-test
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
|
@ -52,4 +52,4 @@ spec:
|
|||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
run: logstash-test
|
||||
k8s-app: logstash-test
|
||||
|
|
Loading…
Reference in New Issue