Skip to content

Commit

Permalink
add :: Datadog 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jan 31, 2024
1 parent 8d9e11f commit 5a4d051
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions charts/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: datadog-operator
version: 1.0.0
appVersion: 1.3.0
description: Datadog Operator
dependencies:
- name: datadog-operator
version: 1.4.1
repository: https://helm.datadoghq.com
15 changes: 15 additions & 0 deletions charts/datadog/templates/datadog-agent.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: datadoghq.com/v2alpha1
kind: DatadogAgent
metadata:
name: datadog
spec:
global:
credentials:
apiSecret:
secretName: datadog-secret
keyName: api-key
features:
apm:
enabled: true
logCollection:
enabled: true
Empty file added charts/datadog/values.yaml
Empty file.

0 comments on commit 5a4d051

Please sign in to comment.