Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Created March 26, 2020 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnfitzpatrick/2c76da82638f1c83e0e3ad840c854dd6 to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/2c76da82638f1c83e0e3ad840c854dd6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: sysdig-agent
data:
dragent.yaml: |
configmap: true
### Agent tags
# tags: linux:ubuntu,dept:dev,local:nyc
#### Sysdig Software related config ####
# Sysdig collector address
# collector: 192.168.1.1
# Collector TCP port
# collector_port: 6666
# Whether collector accepts ssl
# ssl: true
# collector certificate validation
# ssl_verify_certificate: true
#######################################
new_k8s: true
k8s_cluster_name: WordPress
app_checks:
- name: mysql
pattern:
comm: mysqld
conf:
server: 127.0.0.1
user: sysdig-cloud
pass: sysdig-cloud-password
prometheus:
enabled: true
security:
k8s_audit_server_url: 0.0.0.0
k8s_audit_server_port: 7765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment