[bitnami/jenkins] Stabilize Jenkins by adding a replicaCount (#25108)

* Add replicaCount to values

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Add replicCount to deployment.yaml

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Add replicaCount to README.md

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Update replicaCount to {} in values.yaml

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Update deployment.yaml

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Simplify ReplicaCount

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Simplify replica solution

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>

* Update ReadMe and Bump version

Signed-off-by: Raphaela Seeger <elatella@users.noreply.github.com>

---------

Signed-off-by: Raphaela <44403256+elatella@users.noreply.github.com>
Signed-off-by: Raphaela Seeger <elatella@users.noreply.github.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: Raphaela Seeger <elatella@users.noreply.github.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
Raphaela
2024-05-20 10:02:29 +02:00
committed by GitHub
parent 8b9a7e674f
commit a8fbbd43eb
4 changed files with 7 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ s
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `replicaCount` | Number of container replicas | `1` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
@@ -620,4 +621,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.