fix(Openserver) - Change internal port 80 (#3370)

* fix-openproject-port80

* update semVer
This commit is contained in:
StevenMcElligott
2022-08-01 23:04:23 +03:00
committed by GitHub
parent 731378edba
commit f2b20a855f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: |
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -31,7 +31,7 @@ service:
ports: ports:
main: main:
port: 10290 port: 10290
targetPort: 8080 targetPort: 80
postgresql: postgresql:
enabled: true enabled: true