Skip to content

Commit

Permalink
Add influxDB https enabled property & Update release info
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-jin-song committed Dec 9, 2022
1 parent 029aaec commit f4870f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion logging-service/logging-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stemcells:

releases:
- name: paasta-portal-api-release
sha1: fc8cc89f95accf11de7aa8283444f2fc24a2acd7
sha1: 3e5af30ce706d3fa07ef7f89cc4a38be83d0faf1
version: 2.5.10
url: https://nextcloud.paas-ta.org/index.php/s/GiKm67pjZ3mRP2m/download
- name: monitoring-dashboard-release
Expand Down Expand Up @@ -167,6 +167,8 @@ instance_groups:
database: ((influxdb_database))
measurement: ((influxdb_measurement))
limit: ((influxdb_query_limit))
https:
enabled: ((influxdb_https_enabled))


variables:
Expand Down

0 comments on commit f4870f6

Please sign in to comment.