|
| 1 | +## Rocket Chat image version |
| 2 | +## ref: https://hub.docker.com/r/library/rocket.chat/tags/ |
| 3 | +## |
| 4 | +image: rocket.chat:0.56 |
| 5 | + |
| 6 | +## Specify a imagePullPolicy |
| 7 | +## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' |
| 8 | +## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
| 9 | +## |
| 10 | +# imagePullPolicy: |
| 11 | + |
| 12 | +## Host for the application |
| 13 | +## |
| 14 | +# host: |
| 15 | + |
| 16 | +# Main RocketChat configuration: |
| 17 | +config: |
| 18 | + SMTP_Host: |
| 19 | + SMTP_Port: |
| 20 | + SMTP_Username: |
| 21 | + SMTP_Password: |
| 22 | + From_Email: |
| 23 | + Jitsi_Enabled: false |
| 24 | + Jitsi_Domain: meet.jit.si |
| 25 | + Jitsi_URL_Room_Prefix: RocketChat |
| 26 | + Jitsi_Open_New_Window: false |
| 27 | + Jitsi_Enable_Channels: false |
| 28 | + Jitsi_Chrome_Extension: |
| 29 | + WebRTC_Enable_Channel: false |
| 30 | + WebRTC_Enable_Private: false |
| 31 | + WebRTC_Enable_Direct: false |
| 32 | + |
| 33 | +## |
| 34 | +## MongoDB chart configuration |
| 35 | +## |
| 36 | +mongodb: |
| 37 | + ## MongoDB admin password |
| 38 | + ### ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#setting-the-root-password-on-first-run |
| 39 | + ### |
| 40 | + ## mongodbRootPassword: |
| 41 | + # |
| 42 | + ## MongoDB custom user and database |
| 43 | + ## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#creating-a-user-and-database-on-first-run |
| 44 | + ## |
| 45 | + # mongodbUsername: |
| 46 | + # mongodbPassword: |
| 47 | + # mongodbDatabase: |
| 48 | + ## Enable persistence using Persistent Volume Claims |
| 49 | + ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| 50 | + ## |
| 51 | + persistence: |
| 52 | + enabled: true |
| 53 | + ## If defined, volume.beta.kubernetes.io/storage-class: <storageClass> |
| 54 | + ## |
| 55 | + # storageClass: |
| 56 | + accessMode: ReadWriteOnce |
| 57 | + size: 8Gi |
| 58 | + |
| 59 | +## Enable persistence using Persistent Volume Claims |
| 60 | +## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| 61 | +## |
| 62 | +persistence: |
| 63 | + enabled: true |
| 64 | + ## If defined, volume.beta.kubernetes.io/storage-class: <storageClass> |
| 65 | + ## |
| 66 | + # storageClass: |
| 67 | + accessMode: ReadWriteOnce |
| 68 | + size: 8Gi |
| 69 | + |
| 70 | +## Configure resource requests and limits |
| 71 | +## ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| 72 | +## |
| 73 | +# resources: |
| 74 | +# requests: |
| 75 | +# memory: 512Mi |
| 76 | +# cpu: 300m |
| 77 | + |
| 78 | +## Configure the ingress object to hook into existing infastructure |
| 79 | +### ref : http://kubernetes.io/docs/user-guide/ingress/ |
| 80 | +### |
| 81 | +ingress: |
| 82 | + enabled: false |
| 83 | + tls: false |
| 84 | + annotations: |
| 85 | + kubernetes.io/ingress.class: "nginx" |
0 commit comments