Commit Graph

69 Commits

Author SHA1 Message Date
Javier J. Salmerón-García
fddd86e6e4 [bitnami/nginx] Add hostAlias (#5277) 2021-01-28 13:21:12 +01:00
Jose Antonio Carmona
457c7302ed [bitnami/nginx] feat: Improve LDAP documentation (#5165)
* feat: Improve LDAP documentation

Signed-off-by: joancafom <jcarmona@vmware.com>

* Update README.md with feedback
2021-01-26 10:22:59 +01:00
Sergey Bespalov
5b4ed6cb36 [bitnami/nginx] add extraInitContainers (#5083)
Co-authored-by: Беспалов Сергей Михайлович <bespalov@srvhub.ru>
2021-01-20 10:36:58 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
Javier J. Salmerón-García
91f94a3def [bitnami/nginx] Adapt ingress rules to k8s 1.20 (#4996)
* [bitnami/nginx] Adapt ingress rules to k8s 1.20

* Requested changes
2021-01-15 17:21:51 +01:00
bl-ue
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
Alex Eimer
2b03948fb8 [bitnami/nginx] Adds pdb to nginx (#4479)
* Adds pdb to nginx

* Fix readme

* Bump version to 8.2.0

* Adds tests for pdb

* Fix readme pdb.enabled => pdb.create
2020-11-26 11:11:23 +01:00
Blair Vanderlugt
4b86bdcc9b [bitnami/nginx] Adding sidecar support (#4334)
* adding support for sidecar container

* documentation updates

* Update bitnami/nginx/values.yaml

Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com>

Co-authored-by: bvanderl <bvanderl@global.sial.com>
Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com>
2020-11-16 18:08:28 +01:00
Carlos Rodríguez Hernández
970f5cbec0 [bitnami/nginx] Major version. Adapt Chart to apiVersion: v2 (#4291)
* [bitnami/nginx] Major version. Adapt Chart to apiVersion: v2

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-11 01:02:56 +01:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Kavanaugh Latiolais
f7b7dd8adf Minor readme fix (#3957)
The default value is an empty array not an empty map. empty map implied `<NAME>: <value>` rather than correct empty array implying standard kubernetes format.
2020-10-09 09:27:14 +02:00
Marcos Bjoerkelund
0f3df0b9d9 [bitnami/nginx] Fix usage of cloneStaticSiteFromGit (#3854)
* [bitnami/nginx] Fix usage of cloneStaticSiteFromGit

* fix linting
2020-10-01 19:02:39 +02:00
Juan Ariza Toledano
01884c767c [bitnami/*] Affinity based on common presets (#3746) 2020-09-24 15:11:56 +02:00
Raquel Campuzano Godoy
24492789ae Add links to docs.bitnami.com (#3715)
* Add links to docs.bitnami.com

* Links to docs.bitnami.com

* Link to docs.bitnami.com

* Link to docs.bitnami.com

* Link to docs.bitnami.com for Rabbit
2020-09-21 11:44:01 +02:00
Juan Ariza Toledano
71a31c6543 [bitnami/nginx] New major version (#3703) 2020-09-18 15:22:55 +02:00
John Prisco
4e3eefc450 [bitnami/nginx] Allow ingress extra paths to be set for host configuration (#3573)
* allow for extra paths to be set for alb annotations

* linting

* minor instead of patch version bump
2020-09-01 10:22:28 +02:00
Vikas Kandwal
f5cb9887f8 [bitnami/nginx] custom targetPorts for service type Loadbalancer (#3265) 2020-08-21 10:27:39 +02:00
Andrés Bono
3d7ab406fe [bitnami/*] Fix TL;DR typo in READMEs (#3280)
* Fix TL;DR typo in READMEs

Signed-off-by: Andrés Bono <andresbono@vmware.com>
2020-07-30 18:31:32 +02:00
Carlos Rodríguez Hernández
c315cb078a [bitnami/several] Add instructions about how to use different branches (#2785)
* [bitnami/several] Add instructions about how to use different branches

* Fix typo
2020-06-09 09:05:44 +02:00
Daniel Arteaga
d6e670518d [bitnami/nginx] add extraVolumes feature (#2626)
* nginx add extraVolumes feature

* update values.yaml

* update readme.md

* update chart.yaml

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-08 11:21:41 +02:00
Onur YALAZI
0e4a0c8f2a [bitnami/nginx] Added https port to the container via containerTlsPor… (#2745)
* [bitnami/nginx] Added https port to the container via containerTlsPort option

* fixed version and readme

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-04 07:57:05 +02:00
Jose Antonio Carmona
ac65eadfd9 [bitnami/nginx] Added LDAP support (#2608)
* [bitnami/nginx] Added LDAP support

Adds LDAP support to NGINX by using the Bitnami's
Auth Daemon Image. Liveness and readiness probes were
also updated to comply with this change.

Signed-off-by: joancafom <jcarmona@bitnami.com>

* ServerBlock conditions now force their existence

At least a serverblock must be provided when using LDAP, so
conditions where updated to reflect this change. Also, fixed
small bug on secret creation that lead to error when no bindPass
was provided, even though it is optional.

* README improved with instuctions

Now the README explicitly tells the user how to enable LDAP.

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-22 14:24:01 +02:00
shankarmohannamakkal
d71915c78d [bitnami/nginx] Created new Default Config map volume mount (#2472)
* Added static config map changes

* created a sperate volume mount

* minnor correction in readme

* Update Chart.yaml

Incremented the chart minor version

* Added extraVolumes and extraVolumeMounts

* minnor change

* Update deployment.yaml

using nginx.tplValue instead of tpl

* Merged from master

* Update Chart.yaml

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Shankar Mohan <Shankar.Mohan@mrisoftware.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-20 18:10:13 +02:00
Daniel Arteaga
c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
shankarmohannamakkal
f34312f44d [bitnami/nginx] Horizontal Pod Autoscaler (#2593)
* Added hpa

* typo corrected

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Shankar Mohan <Shankar.Mohan@mrisoftware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-18 13:04:29 +02:00
shankarmohannamakkal
1663984bdb [bitnami/nginx] Change in the nginx deployment template for containerPort as variable (#2456)
* Change in the nginx deployment template

* Changed the readme file and changed the chart version

* Update Chart.yaml

Updated the chart version.

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Shankar Mohan <Shankar.Mohan@mrisoftware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-11 16:43:16 +02:00
shankarmohannamakkal
32b5f15348 [bitnami/nginx] Adding health ingress. (#2469)
* Added health ingress.

* increamented the minnor version

* Update bitnami/nginx/Chart.yaml

chart version with new patch since incremented new minor version.

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Shankar Mohan <Shankar.Mohan@mrisoftware.com>
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-07 13:37:52 +02:00
Juan Ariza Toledano
44372f6235 [bitnami/nginx] Provide mechanisms to mount a custom static site (#2310)
* [bitnami/nginx] Provide mechanisms to mount a custom static site

Signed-off-by: juan131 <juan@bitnami.com>

* [bitnami/nginx] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-15 08:46:06 +02:00
Carlos Rodríguez Hernández
40ee57cf51 [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911)
* [bitnami/several] Adapt READMEs and helpers to Helm 3

* Update _docs
2020-02-11 15:09:36 +01:00
juan131
59d3482f98 [bitnami/nginx] Lint chart + standardization
Signed-off-by: juan131 <juan@bitnami.com>
2019-11-25 15:03:41 +01:00
nirsv
ee9685ec9d Adding selector for labelSelector option 2019-11-21 11:20:34 +02:00
juan131
7cc531e64e [bitnami/nginx] Warning in the README.md 2019-11-01 10:15:22 +01:00
Carlos Rodriguez Hernandez
98eadc4fd0 Adapt README in charts (III) 2019-10-23 15:58:16 +00:00
Javier J. Salmeron Garcia
c46b22ae09 [bitnami/nginx] Update prerequisites 2019-10-15 17:34:53 +02:00
vikram-bitnami
41579669ea Update README.md 2019-08-13 16:28:08 +05:30
Scott Crooks
10bac99fe4 Adding replicaCount to NGINX chart 2019-08-05 15:30:16 +02:00
juan131
9db2dacbca [bitnami/nginx] Add 'nodeSelector', 'affinity' and 'tolerations' support
Signed-off-by: juan131 <juan@bitnami.com>
2019-08-05 10:33:07 +02:00
Andrés Bono
1c0cf32343 [bitnami/nginx] Use bitnami/nginx-exporter (#1310)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
2019-07-24 17:38:44 +02:00
Carlos Rodriguez Hernandez
1ce079c789 Implement again #1283 changes but bumping the major version 2019-07-17 13:15:48 +00:00
Carlos Rodriguez Hernandez
8e5940a926 Revert pull request #1283 2019-07-17 09:46:39 +00:00
juan131
775948eb27 Standardize component.name & component.fullname functions
Signed-off-by: juan131 <juan@bitnami.com>
2019-07-11 09:04:29 +02:00
Ben Tucker
6998d28d6d Add option to pass in kubernetes resources + limits for the Nginx container 2019-07-07 12:03:39 +10:00
Carlos Rodriguez Hernandez
7ac4ec09a0 Changes in README 2019-06-10 13:09:58 +00:00
Andrew Roth
9e4986b2d0 Address requested changes
Signed-off-by: Andrew Roth <roth.andy@gmail.com>
2019-06-06 10:57:19 -04:00
Andrew Roth
ede347501e Update documentation
Signed-off-by: Andrew Roth <roth.andy@gmail.com>
2019-06-05 16:02:22 -04:00
Carlos Rodriguez Hernandez
f9093c1aaa Prepare immutable tags 2019-05-28 11:06:49 +00:00
Andrew Roth
60523fa52c [bitnami/nginx] Fix typo in README
Signed-off-by: Andrew Roth <roth.andy@gmail.com>
2019-05-06 10:24:56 -04:00
Andrew Roth
b121fec900 [bitnami/nginx] Update README with new Ingress values
Signed-off-by: Andrew Roth <roth.andy@gmail.com>
2019-05-06 10:17:24 -04:00
Andrew Roth
52ca1d5cac Merge branch 'master' into feature/add_ingress_to_nginx_chart 2019-05-06 10:13:30 -04:00
Juan Ariza Toledano
fd94833d24 Merge branch 'master' into nginx/feature/annotations 2019-05-03 09:31:46 +02:00