Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
kubectl create -f https://github.com/appscode-cloud/catalog/raw/master/crds/catalog.appscode.com_mongodbbindings.yaml
kubectl create -f https://github.com/voyagermesh/installer/raw/master/charts/voyager-gateway/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml
kubectl create -f https://github.com/envoyproxy/gateway/raw/main/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml
kubectl create -f https://github.com/voyagermesh/installer/raw/master/charts/gateway-api/crds/gateway.networking.k8s.io_gatewayclasses.yaml
kubectl create -f https://github.com/fluxcd/helm-controller/raw/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
kubectl create -f https://github.com/fluxcd/source-controller/raw/main/config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-configuration
configuration:
secretName: cas-configuration
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configuration:
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configuration:
topology:
rack:
- name: r0
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/cassandra/reconfigure/cassandra-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-topology-custom-config
topology:
rack:
- name: r0
Expand All @@ -29,4 +27,6 @@ spec:
requests:
storage: 1Gi
storageType: Durable
configuration:
secretName: cas-topology-custom-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/cassandra/restart/cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-configuration
configuration:
secretName: cas-configuration
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-configuration
configuration:
secretName: ch-configuration
clusterTopology:
clickHouseKeeper:
externallyManaged: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: clickhouse-configuration
configuration:
secretName: clickhouse-configuration
replicas: 1
storage:
accessModes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ spec:
configuration:
configSecret:
name: new-ch-custom-config
restart: auto
timeout: 10m
apply: IfReady
4 changes: 2 additions & 2 deletions docs/examples/clickhouse/reconfigure/clickhouse-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-custom-config
configuration:
secretName: ch-custom-config
clusterTopology:
clickHouseKeeper:
externallyManaged: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-custom-config
configuration:
secretName: ch-custom-config
replicas: 1
storage:
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/druid/quickstart/druid-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
version: 28.0.1
deepStorage:
type: s3
configSecret:
name: deep-storage-config
configuration:
secretName: deep-storage-config
topology:
routers:
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: xpack-8.11.1
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
topology:
master:
suffix: master
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/custom-config/es-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
version: xpack-8.11.1
replicas: 2
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/es-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
labels:
app: kubedb
interval: 10s
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
podTemplate:
metadata:
annotations:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/kibana/es-kibana-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
authSecret:
kind: Secret
name: es-auth
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/x-pack/es-mon-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
authSecret:
kind: Secret
name: es-auth
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/hazelcast/configuration/hazelcast-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
version: 5.5.2
licenseSecret:
name: hz-license-key
configSecret:
name: hz
configuration:
secretName: hz
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/ignite/custom-config/custom-ignite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 3
version: 2.17.0
configSecret:
name: ignite-configuration
configuration:
secretName: ignite-configuration
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/configuration/kafka-combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 2
version: 3.9.0
configSecret:
name: configsecret-combined
configuration:
secretName: configsecret-combined
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/configuration/kafka-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 3.9.0
configSecret:
name: configsecret-topology
configuration:
secretName: configsecret-topology
topology:
broker:
replicas: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/connectcluster/kcc-distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
apiGroup: cert-manager.io
kind: Issuer
name: connectcluster-ca-issuer
configSecret:
name: connectcluster-custom-config
configuration:
secretName: connectcluster-custom-config
replicas: 3
connectorPlugins:
- postgres-3.0.5.final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: mongodb-source-connector
namespace: demo
spec:
configSecret:
name: mongodb-source-config
configuration:
secretName: mongodb-source-config
connectClusterRef:
name: connectcluster-quickstart
namespace: demo
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-checkpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-checkpoint-config
configuration:
secretName: mirror-checkpoint-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-heatbeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-heartbeat-config
configuration:
secretName: mirror-heartbeat-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-source-config
configuration:
secretName: mirror-source-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/reconfigure/kafka-combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 2
version: 3.9.0
configSecret:
name: kf-combined-custom-config
configuration:
secretName: kf-combined-custom-config
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/reconfigure/kafka-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 3.9.0
configSecret:
name: kf-topology-custom-config
configuration:
secretName: kf-topology-custom-config
topology:
broker:
replicas: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/memcached/custom-config/custom-memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 1
version: "1.6.22"
configSecret:
name: mc-configuration
configuration:
secretName: mc-configuration
podTemplate:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec:
configuration:
configSecret:
name: new-configuration
restart: auto
4 changes: 2 additions & 2 deletions docs/examples/memcached/reconfigure/memcached-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
version: "1.6.22"
configSecret:
name: mc-configuration
configuration:
secretName: mc-configuration
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/mongodb/configuration/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-configuration
configuration:
secretName: mg-configuration
4 changes: 2 additions & 2 deletions docs/examples/mongodb/reconfigure/mg-replicaset-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
12 changes: 6 additions & 6 deletions docs/examples/mongodb/reconfigure/mg-shard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ spec:
shardTopology:
configServer:
replicas: 3
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
storage:
resources:
requests:
storage: 1Gi
storageClassName: standard
mongos:
replicas: 2
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
shard:
replicas: 3
shards: 2
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
storage:
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/mongodb/reconfigure/mg-standalone-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
name: new-custom-config
mongos:
configSecret:
name: new-custom-config
name: new-custom-config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
configuration:
standalone:
configSecret:
name: new-custom-config
name: new-custom-config
Loading
Loading