mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user