Skip to content

Commit

Permalink
dynakube update apiUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed Mar 8, 2024
1 parent 88d3d8c commit 72c8fcb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions compare/dynakube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
# For SaaS, set `ENVIRONMENTID` to your environment ID.
# For Managed, change the apiUrl address.
# For instructions on how to determine the environment ID and how to configure the apiUrl address, see https://www.dynatrace.com/support/help/reference/dynatrace-concepts/environment-id/.
apiUrl: https://yqd25229.live.dynatrace.com/api
apiUrl: https://rfx55599.live.dynatrace.com/api

# Optional: Name of the secret holding the credentials required to connect to the Dynatrace tenant
# If unset, the name of this custom resource is used
Expand Down Expand Up @@ -82,18 +82,18 @@ spec:
# For more information on tolerations, see https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
#
tolerations:
# - key: "persistent"
# operator: "Equal"
# value: "true"
# effect: "NoSchedule"
# - key: "o11y"
# operator: "Equal"
# value: "true"
# effect: "NoSchedule"
# - key: "loadgen"
# operator: "Equal"
# value: "true"
# effect: "NoSchedule"
- key: "persistent"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "o11y"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "loadgen"
operator: "Equal"
value: "true"
effect: "NoSchedule"
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
Expand Down

0 comments on commit 72c8fcb

Please sign in to comment.