Skip to content

Commit 87a6794

Browse files
committed
update yaml
1 parent 162bc4d commit 87a6794

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

staging/sysdig-cloud/sysdig-rc.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#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.
22

33
apiVersion: v1
4-
kind: ReplicationController
4+
kind: ReplicationController
55
metadata:
66
name: sysdig-agent
77
labels:
88
app: sysdig-agent
99
spec:
10-
replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster
10+
replicas: 100 #REQUIRED - replace with the maximum number of replica nodes in the cluster
1111
template:
1212
spec:
1313
volumes:
@@ -48,10 +48,10 @@ spec:
4848
# - name: K8S_API_URI #OPTIONAL - only necessary when connecting remotely to API server
4949
# value: "http[s]://[username:passwd@]host[:port]"
5050
# - name: TAGS #OPTIONAL
51-
# value: linux:ubuntu,dept:dev,local:nyc
51+
# value: linux:ubuntu,dept:dev,local:nyc
5252
# - name: COLLECTOR #OPTIONAL
53-
# value: 192.168.183.200
54-
# - name: SECURE #OPTIONAL
53+
# value: 192.168.183.200
54+
# - name: SECURE #OPTIONAL
5555
# value: false
5656
# - name: CHECK_CERTIFICATE #OPTIONAL
5757
# value: false

0 commit comments

Comments
 (0)