fix(matomo): enable secondary ports (#2120)

This commit is contained in:
Stavros Kois 2022-03-10 01:40:17 +02:00 committed by GitHub
parent 4862276ba6
commit c99c8de211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/_/matomo
- https://github.com/matomo-org/docker
- https://github.com/matomo-org/matomo
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -68,8 +68,10 @@ service:
port: 10172
targetPort: 10172
https:
enabled: true
ports:
https:
enabled: true
protocol: HTTPS
port: 10173
targetPort: 10173