diff --git a/charts/incubator/openproject/Chart.yaml b/charts/incubator/openproject/Chart.yaml index 4b2741dbcf0..5ff76e6fe55 100644 --- a/charts/incubator/openproject/Chart.yaml +++ b/charts/incubator/openproject/Chart.yaml @@ -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: | diff --git a/charts/incubator/openproject/questions.yaml b/charts/incubator/openproject/questions.yaml index c4657045d5b..e3442f577e1 100644 --- a/charts/incubator/openproject/questions.yaml +++ b/charts/incubator/openproject/questions.yaml @@ -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" diff --git a/charts/incubator/openproject/values.yaml b/charts/incubator/openproject/values.yaml index f7a873ab9dd..12b474bf55c 100644 --- a/charts/incubator/openproject/values.yaml +++ b/charts/incubator/openproject/values.yaml @@ -31,7 +31,7 @@ service: ports: main: port: 10290 - targetPort: 8080 + targetPort: 80 postgresql: enabled: true