Skip to content

Commit

Permalink
[bitnami/aspnet-core] Drop values-production.yaml support (#5098)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrodher authored Jan 19, 2021
1 parent 8b5b8ec commit ee77ecc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 540 deletions.
2 changes: 1 addition & 1 deletion bitnami/aspnet-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: aspnet-core
sources:
- https://github.com/bitnami/bitnami-docker-aspnet-core
- https://dotnet.microsoft.com/apps/aspnet
version: 1.1.1
version: 1.1.2
18 changes: 0 additions & 18 deletions bitnami/aspnet-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,24 +217,6 @@ It is strongly recommended to use immutable tags in a production environment. Th

Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.

### Production configuration

This chart includes a `values-production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`. You can use this file instead of the default one.

- Increase number of replicas to 3:

```diff
- replicaCount: 1
+ replicaCount: 3
```

- Enable Pod Disruption Budget:

```diff
- pdb.enabled: false
+ pdb.enabled: true
```

### Deploying your custom ASP.NET Core application

The ASP.NET Core chart allows you to deploy a custom application using one of the following methods:
Expand Down
Loading

0 comments on commit ee77ecc

Please sign in to comment.