fix(matomo): enable secondary ports (#2120)
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://hub.docker.com/_/matomo
|
- https://hub.docker.com/_/matomo
|
||||||
- https://github.com/matomo-org/docker
|
- https://github.com/matomo-org/docker
|
||||||
- https://github.com/matomo-org/matomo
|
- https://github.com/matomo-org/matomo
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -68,8 +68,10 @@ service:
|
|||||||
port: 10172
|
port: 10172
|
||||||
targetPort: 10172
|
targetPort: 10172
|
||||||
https:
|
https:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
https:
|
https:
|
||||||
|
enabled: true
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
port: 10173
|
port: 10173
|
||||||
targetPort: 10173
|
targetPort: 10173
|
||||||
|
|||||||
Reference in New Issue
Block a user