Skip to content

Commit

Permalink
Update probe-agent-standalone.yaml
Browse files Browse the repository at this point in the history
fix run issues
  • Loading branch information
dotDuck committed Jan 7, 2022
1 parent cbeedf3 commit ade3b0d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions deployment/probe-agent-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4373,7 +4373,7 @@ roleRef:
name: kubeprober-worker-role
subjects:
- kind: ServiceAccount
name: kubeprober-worker
name: kubeprober
namespace: kubeprober
---
apiVersion: v1
Expand Down Expand Up @@ -4432,7 +4432,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: kubeprober/probe-agent:v0.1.0-beta6
image: kubeprober/probe-agent:v0.1.0-beta11
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4465,3 +4465,14 @@ spec:
- configMap:
name: probeagent
name: probe-config-volume
---
apiVersion: v1
data:
probe-conf.yaml: |
cluster_name: moon
agent_debug: false
debug_level: 1
kind: ConfigMap
metadata:
name: probeagent
namespace: kubeprober

0 comments on commit ade3b0d

Please sign in to comment.