Skip to content

Commit

Permalink
Update doc & default chart values.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed Mar 21, 2020
1 parent a890b40 commit cfd952d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The following table lists the configurable parameters of this chart and their de
| mysql.tolerations | MySQL internal toleration labels for pod assignment. | `[]` |
| mysql.podAnnotations | MySQL internal pod annotations. | `{}` |
| mysql.resources | MySQL internal resource needs and limits to apply to the pod. | `{}` |
| mysql.externalDsn | MySQL externalDsn use to set `DATABASE_URL` env in Supervisor & FPM containers. Use when `mysql.internal` is false. | `{}` |
| mysql.externalDsn | MySQL externalDsn use to set `DATABASE_URL` env in Supervisor & FPM containers. Use when `mysql.internal` is false. | `''` |
| rabbitmq.internal | Use internal RabbitMQ (sub chart) or not. | `true` |
| rabbitmq.fullnameOverride | RabbitMQ internal fullname. | `sub-chart-rabbitmq` |
| rabbitmq.updateStrategy.type | RabbitMQ internal statefulset update strategy policy. | `OnDelete` |
Expand All @@ -177,7 +177,7 @@ The following table lists the configurable parameters of this chart and their de
| rabbitmq.affinity | RabbitMQ internal affinity settings for pod assignment. | `{}` |
| rabbitmq.podAnnotations | RabbitMQ internal pod annotations. | `{}` |
| rabbitmq.resources | RabbitMQ internal resource needs and limits to apply to the pod. | `{}` |
| rabbitmq.externalDsn | RabbitMQ externalDsn use to set `MESSENGER_TRANSPORT_DSN` env in Supervisor & FPM containers. Use when `rabbitmq.internal` is false. | `{}` |
| rabbitmq.externalDsn | RabbitMQ externalDsn use to set `MESSENGER_TRANSPORT_DSN` env in Supervisor & FPM containers. Use when `rabbitmq.internal` is false. | `''` |

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

Expand Down
4 changes: 2 additions & 2 deletions helm/symfony/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mysql:
# See more config at https://github.com/helm/charts/tree/master/stable/mysql

# Set when you want to use external MySQL. Affect only `mysql.internal` is false.
externalDsn: 'mysql://user:password@example:3306/test?serverVersion=5.7'
externalDsn: ''

rabbitmq:
internal: true
Expand Down Expand Up @@ -122,4 +122,4 @@ rabbitmq:
# See more config at https://github.com/bitnami/charts/blob/master/bitnami/rabbitmq

# Set when you want to use external RabbitMQ. Affect only `rabbitmq.internal` is false.
externalDsn: 'amqp://user:password@example:5672/%2f/messages'
externalDsn: ''

0 comments on commit cfd952d

Please sign in to comment.