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 cf31fff
Show file tree
Hide file tree
Showing 3 changed files with 11 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
11 changes: 10 additions & 1 deletion src/autoscaler/mta.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ modules:
- name: config
- name: policydb
- name: syslog-client
- name: app-autoscaler-application-logs
parameters:
memory: 1G
disk-quota: 1G
Expand Down Expand Up @@ -44,4 +45,12 @@ resources:
parameters:
service-tags:
- syslog-client

- name: app-autoscaler-application-logs
active: false
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 cf31fff

Please sign in to comment.