fix(mongodb): set advertised hostname (#2555)
* fix(mongodb): set advertised hostname * first update mongo * force set primary host
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user