fix(mongodb): set advertised hostname (#2555)

* fix(mongodb): set advertised hostname

* first update mongo

* force set primary host
This commit is contained in:
Stavros Kois
2022-04-24 19:11:58 +00:00
committed by GitHub
parent 44087767f5
commit 268a808c7e
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb - https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com - https://www.mongodb.com
type: application type: application
version: 0.1.2 version: 0.1.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- database - database
+4
View File
@@ -123,3 +123,7 @@ env:
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}" MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_REPLICA_SET_MODE: "{{ .Values.mongodbReplicasetMode }}" MONGODB_REPLICA_SET_MODE: "{{ .Values.mongodbReplicasetMode }}"
MONGODB_REPLICA_SET_NAME: "{{ .Values.mongodbReplicasetName }}" MONGODB_REPLICA_SET_NAME: "{{ .Values.mongodbReplicasetName }}"
MONGODB_ADVERTISED_HOSTNAME: "{{ .Release.Name }}-mongodb"
MONGODB_ADVERTISED_PORT_NUMBER: "27017"
MONGODB_INITIAL_PRIMARY_HOST: "{{ .Release.Name }}-mongodb"
MONGODB_INITIAL_PRIMARY_PORT_NUMBER: "27017"
+1 -1
View File
@@ -23,7 +23,7 @@ name: wekan
sources: sources:
- https://github.com/wekan/wekan - https://github.com/wekan/wekan
- https://wekan.github.io/ - https://wekan.github.io/
version: 2.0.0 version: 2.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
+2 -2
View File
@@ -132,7 +132,7 @@ questions:
type: int type: int
default: 90 default: 90
- variable: passwordnabled - variable: passwordnabled
label: "Logout/Login Settings" label: "Password Brute Force Protection Settings"
schema: schema:
type: boolean type: boolean
default: false default: false
@@ -340,7 +340,7 @@ questions:
type: string type: string
default: "*" default: "*"
- variable: matomoenabled - variable: matomoenabled
label: "CORS Settings" label: "Matomo Settings"
schema: schema:
type: boolean type: boolean
default: false default: false
+1 -1
View File
@@ -6,7 +6,7 @@ image:
env: env:
WRITABLE_PATH: "/data" WRITABLE_PATH: "/data"
# User Defined # User Defined
ROOT_URL: "http://localhost" ROOT_URL: "http://localhost:8080"
envValueFrom: envValueFrom:
MONGO_URL: MONGO_URL: