You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`nginx.image`| Image to use for the nginx proxy | String |`nginx:stable`|
160
-
|`nginx.imagePullPolicy`|[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use for the image | String |`IfNotPresent`|
|`nginx.image`| Image to use for the nginx proxy | String |`nginx:stable`|
157
+
|`nginx.imagePullPolicy`|[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use for the image | String |`IfNotPresent`|
158
+
|`nginx.service.type`| Sets the http service type | String |`ClusterIP`|
159
+
|`nginx.service.port`| Port for the service | Integer |`80`|
160
+
|`nginx.service.annotations`| Annotations to attach to the service | Dictionary |`{}`|
|`app.resources.requests.memory`| Amount of memory that the app requests for running. Keep this value low to allow the pod to get admitted on a node. | String |`128Mi`|
196
-
|`app.resources.requests.cpu`| Amount of CPU that the app requests for running. Keep this value low to allow the pod to get admitted on a node. | String |`100m`|
197
-
|`app.resources.limits.memory`| Maximum amount of memory that the app is allowed to use. | String |`512Mi`|
198
-
|`app.resources.limits.cpu`| Maximum amount of CPU that the app is allowed to use. | String |`500m`|
210
+
Most containers have their `resources` setting: see [values.yaml](values.yaml).
199
211
200
212
201
213
### Environment Variables
@@ -457,18 +469,6 @@ Generally:
457
469
* assure that your code is well-formed (hint: [`helm lint`](https://helm.sh/docs/helm/helm_lint/) is a useful command). This is enforced using continuous integration.
458
470
459
471
460
-
## Running a highly available setup
461
-
462
-
The deployment can be scaled using `app.global.replicas` to allow for more web server replicas. Persistence should be enabled as well to ensure that the different webservers have access to the same static and media shares.
463
-
464
-
Generally persistent volumes needs to be configured depending on your setup.
465
-
466
-
467
-
## Developing locally
468
-
469
-
Please have a look at [DEVEL.md](/DEVEL.md).
470
-
471
-
472
472
## Contact
473
473
474
474
Feel free to contact us if you found this useful or if there was something that didn't behave as you expected. We can't fix what we don't know about, so please report liberally. If you're not sure if something is a bug or not, feel free to file a bug anyway.
0 commit comments