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

* fix-openproject-port80

* update semVer
This commit is contained in:
StevenMcElligott 2022-08-01 16:04:23 -04:00 committed by GitHub
parent 731378edba
commit f2b20a855f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ sources:
- http://openproject.org
- https://hub.docker.com/u/openproject
type: application
version: 0.0.14
version: 0.0.15
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -136,7 +136,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8080
default: 80
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"

View File

@ -31,7 +31,7 @@ service:
ports:
main:
port: 10290
targetPort: 8080
targetPort: 80
postgresql:
enabled: true