Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyM1 committed Sep 3, 2021
1 parent 162bc4d commit 87a6794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions staging/sysdig-cloud/sysdig-rc.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#Use this sysdig.yaml when Daemon Sets are NOT enabled on Kubernetes (minimum version 1.1.1). If Daemon Sets are available, use the other example sysdig.yaml - that is the recommended method.

apiVersion: v1
kind: ReplicationController
kind: ReplicationController
metadata:
name: sysdig-agent
labels:
app: sysdig-agent
spec:
replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster
replicas: 100 #REQUIRED - replace with the maximum number of replica nodes in the cluster
template:
spec:
volumes:
Expand Down Expand Up @@ -48,10 +48,10 @@ spec:
# - name: K8S_API_URI #OPTIONAL - only necessary when connecting remotely to API server
# value: "http[s]://[username:passwd@]host[:port]"
# - name: TAGS #OPTIONAL
# value: linux:ubuntu,dept:dev,local:nyc
# value: linux:ubuntu,dept:dev,local:nyc
# - name: COLLECTOR #OPTIONAL
# value: 192.168.183.200
# - name: SECURE #OPTIONAL
# value: 192.168.183.200
# - name: SECURE #OPTIONAL
# value: false
# - name: CHECK_CERTIFICATE #OPTIONAL
# value: false
Expand Down

0 comments on commit 87a6794

Please sign in to comment.