Skip to content

Commit a93daa2

Browse files
authored
Revert "Disable monitoring options for lower environments"
1 parent de27e8f commit a93daa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure/common/apigee-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ parameters:
4141
- name: enable_monitoring
4242
type: boolean
4343
displayName: Whether monitoring is needed
44-
default: false
44+
default: true
4545
- name: enable_status_monitoring
4646
type: boolean
4747
displayName: Temporary flag for adding a _status endpoint to service discovery
48-
default: false
48+
default: true
4949
- name: secret_file_ids
5050
displayName: List of additional AWS Secrets Manager multiline Secret IDs
5151
type: object

0 commit comments

Comments
 (0)