From 87a67949ce134c1930bdab336c14a342439b71b6 Mon Sep 17 00:00:00 2001 From: Emily Moss Date: Fri, 3 Sep 2021 15:27:19 -0700 Subject: [PATCH] update yaml --- staging/sysdig-cloud/sysdig-rc.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/staging/sysdig-cloud/sysdig-rc.yaml b/staging/sysdig-cloud/sysdig-rc.yaml index dfef08de1..39c6556c7 100644 --- a/staging/sysdig-cloud/sysdig-rc.yaml +++ b/staging/sysdig-cloud/sysdig-rc.yaml @@ -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: @@ -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