Last active
August 31, 2023 06:58
-
-
Save mreider/3a7222008e94c63ca8e8b3ad7da53976 to your computer and use it in GitHub Desktop.
app-only-gke.yaml
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: dynatrace.com/v1beta1 | |
kind: DynaKube | |
metadata: | |
name: dynakube | |
namespace: dynatrace | |
annotations: | |
feature.dynatrace.com/automatic-kubernetes-api-monitoring: "true" | |
spec: | |
apiUrl: https://[your environment url/api | |
namespaceSelector: | |
matchLabels: | |
monitoring: dynatrace | |
oneAgent: | |
applicationMonitoring: | |
useCSIDriver: true | |
activeGate: | |
capabilities: | |
- routing | |
- kubernetes-monitoring | |
- dynatrace-api | |
resources: | |
requests: | |
cpu: 500m | |
memory: 512Mi | |
limits: | |
cpu: 1000m | |
memory: 1.5Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment