fix(Openserver) - Change internal port 80 (#3370)
* fix-openproject-port80 * update semVer
This commit is contained in:
@@ -26,7 +26,7 @@ sources:
|
|||||||
- http://openproject.org
|
- http://openproject.org
|
||||||
- https://hub.docker.com/u/openproject
|
- https://hub.docker.com/u/openproject
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.14
|
version: 0.0.15
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ questions:
|
|||||||
description: "The internal(!) port on the container the Application runs on"
|
description: "The internal(!) port on the container the Application runs on"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8080
|
default: 80
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Show Expert Config"
|
label: "Show Expert Config"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10290
|
port: 10290
|
||||||
targetPort: 8080
|
targetPort: 80
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user