Commit d425a5a4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/cockroachdb-cluster-update' into 'develop'

Update version of CockroachDB database (CLUSTER mode)

See merge request !90
parents 1076b47b 065b9255
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
# Copyright 2022 The Cockroach Authors
# Copyright 2023 The Cockroach Authors
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ spec:
  serviceAccountName: cockroachdb-sa
  serviceAccountName: cockroachdb-sa
  containers:
  containers:
  - name: cockroachdb-client-secure
  - name: cockroachdb-client-secure
    image: cockroachdb/cockroach:v22.2.0
    image: cockroachdb/cockroach:v22.2.8
    imagePullPolicy: IfNotPresent
    imagePullPolicy: IfNotPresent
    volumeMounts:
    volumeMounts:
    - name: client-certs
    - name: client-certs
+7 −8
Original line number Original line Diff line number Diff line
# Copyright 2022 The Cockroach Authors
# Copyright 2023 The Cockroach Authors
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
@@ -33,17 +33,16 @@ spec:
  resources:
  resources:
    requests:
    requests:
      # This is intentionally low to make it work on local k3d clusters.
      # This is intentionally low to make it work on local k3d clusters.
      cpu: 100m
      cpu: 4
      memory: 1Gi
    limits:
      cpu: 1
      memory: 4Gi
      memory: 4Gi
    limits:
      cpu: 8
      memory: 8Gi
  tlsEnabled: true
  tlsEnabled: true
# You can set either a version of the db or a specific image name
# You can set either a version of the db or a specific image name
# cockroachDBVersion: v22.2.0
# cockroachDBVersion: v22.2.8
  image:
  image:
    #name: cockroachdb/cockroach:v22.2.0
    name: cockroachdb/cockroach:v22.2.8
    name: cockroachdb/cockroach:latest-v22.2
  # nodes refers to the number of crdb pods that are created
  # nodes refers to the number of crdb pods that are created
  # via the statefulset
  # via the statefulset
  nodes: 3
  nodes: 3
+251 −17

File changed.

Preview size limit exceeded, changes collapsed.

+28 −2

File changed.

Preview size limit exceeded, changes collapsed.