mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
xs identation fix to extraDeploy section when un-commenting (#6710)
Co-authored-by: Koren <koren.lev@tipalti.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: mongodb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://mongodb.org
|
||||
version: 10.20.2
|
||||
version: 10.20.3
|
||||
|
||||
@@ -49,6 +49,7 @@ image:
|
||||
clusterDomain: cluster.local
|
||||
|
||||
## Extra objects to deploy (value evaluated as a template)
|
||||
## extraDeploy:
|
||||
## This needs to be uncommented and added to 'extraDeploy' in order to use the replicaset 'mongo-labeler' sidecar
|
||||
## for dynamically discovering the mongodb primary pod
|
||||
## suggestion is to use a hard-coded and predictable TCP port for the primary mongodb pod (here is 30001, choose your own)
|
||||
@@ -63,7 +64,7 @@ clusterDomain: cluster.local
|
||||
## app.kubernetes.io/managed-by: Helm
|
||||
## app.kubernetes.io/name: mongodb
|
||||
## spec:
|
||||
## type: NodePort
|
||||
## type: NodePort
|
||||
## externalTrafficPolicy: Cluster
|
||||
## ports:
|
||||
## - name: mongodb
|
||||
|
||||
Reference in New Issue
Block a user