Skip to content

Commit

Permalink
add yugabytedb namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingwithelephants committed Nov 22, 2023
1 parent 4e3c1c5 commit b463023
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/prod/addons/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace: argocd
# namespace: argocd

resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.4/manifests/ha/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/ha/install.yaml
- resources

patches:
Expand Down
1 change: 1 addition & 0 deletions manifests/prod/addons/namespaces/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ resources:
- loft.yaml
- logging.yaml
- monitoring.yaml
- yugabytedb.yaml
4 changes: 4 additions & 0 deletions manifests/prod/addons/namespaces/yugabytedb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: yugabytedb
3 changes: 3 additions & 0 deletions manifests/prod/apps/yugabyte-db/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: yugabytedb

helmCharts:
- name: yugabyte
Expand All @@ -8,3 +9,5 @@ helmCharts:
version: 2.19.3
repo: https://charts.yugabyte.com
namespace: yugabytedb
apiVersions:
- policy/v1/PodDisruptionBudget
6 changes: 5 additions & 1 deletion manifests/prod/apps/yugabyte-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,8 @@ authCredentials:
ycql:
user: ""
password: ""
keyspace: ""
keyspace: ""

Capabilities:
APIVersions:
Has: "policy/v1/PodDisruptionBudget"
2 changes: 1 addition & 1 deletion manifests/prod/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ workerPools:
# enabled: false
# minNodes: 3
# maxNodes: 5
replicas: 3
replicas: 4
versions:
talos: *talosVersion
kubernetes: *k8sVersion
Expand Down

0 comments on commit b463023

Please sign in to comment.