Created
March 26, 2020 12:59
-
-
Save johnfitzpatrick/2c76da82638f1c83e0e3ad840c854dd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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