Skip to content

Commit

Permalink
Adds optional logs service
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Sep 16, 2024
1 parent c3a2064 commit 56113f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 48 deletions.
1 change: 1 addition & 0 deletions src/autoscaler/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build/
mta.yaml
fakes/
mta_archives/
mta.yaml
9 changes: 8 additions & 1 deletion src/autoscaler/mta.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ resources:
parameters:
service-tags:
- syslog-client

- name: app-autoscaler-application-logs
type: application-logs
parameters:
service-broker: null
service-plan: standard
parameters-metadata:
service-broker:
optional: false
47 changes: 0 additions & 47 deletions src/autoscaler/mta.yaml

This file was deleted.

0 comments on commit 56113f1

Please sign in to comment.