Skip to content

Commit bf92632

Browse files
authored
feat: update Redis helm chart docs and network policies lab (#130)
1 parent 06b1143 commit bf92632

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

docs/for-devs/console/catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The `knative-service` Helm chart can be used to create a Knative `Service` (to d
3232

3333
The `postgresql-cluster` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster`. Optionally a Prometheus `PodMonitor` and a `Configmap` (for adding a postgresql dashboard to Grafana) can be created.
3434

35-
6. Redis master-replica cluster
35+
6. Redis high availability cluster
3636

37-
The `redis-cluster` Helm chart can be used to create a Redis master-replica cluster.
37+
The `redis-ha` Helm chart can be used to create a Redis high availability cluster with master-replica topology and HAProxy load balancer.
3838

3939
7. RabbitMQ Cluster and/or Queues
4040

docs/for-ops/how-to/use-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `postgresql-cluster` Helm chart can be used to create a cloudnativepg Postgr
4040

4141
### quickstart-redis
4242

43-
The `redis-cluster` Helm chart can be used to create a Redis master-replica cluster.
43+
The `redis-ha` Helm chart can be used to create a Redis high availability cluster with master-replica topology and HAProxy load balancer.
4444

4545
## Customize the catalog
4646

docs/get-started/labs/create-netpols.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Outbound Rules let you:
4444

4545
### 2. Deploy Redis & Postgres
4646

47-
1. In the Catalog, install **redis** (master‑replica) with `auth.enabled=false`.
48-
2. Install **postgresql** with default settings.
47+
1. In the Catalog, install **redis** (redis-ha) with default settings.
48+
2. Install **postgresql** (postgresql-cluster) with default settings.
4949

5050
### 3. Deploy your workloads
5151

@@ -64,7 +64,7 @@ containerPorts:
6464
protocol: TCP
6565
env:
6666
- name: REDIS_HOST
67-
value: <redis-cluster-name>-quickstart-redis-master
67+
value: <redis-ha-name>
6868
replicaCount: 1
6969
```
7070
@@ -91,7 +91,7 @@ env:
9191
name: <psql-cluster-name>-app
9292
key: password
9393
- name: REDIS_HOST
94-
value: <redis-cluster-name>-quickstart-redis-master
94+
value: <redis-ha-name>
9595
- name: DATABASE_HOST
9696
value: <psql-cluster-name>-rw
9797
replicaCount: 1
@@ -172,8 +172,12 @@ You’ll allow only Worker & Result to reach Postgres, and only Vote & Worker to
172172
2. **Name:** `redis-ingress`
173173
3. **Sources:**
174174

175-
- Workload: **worker** → `otomi.io/app=worker`
176-
- ADD SOURCE → **vote** → `otomi.io/app=vote`
175+
- **Workload:** select **worker**
176+
- **Label(s):** Select `otomi.io/app=worker`from the drop-down
177+
- Click **ADD SOURCE**, then add:
178+
179+
- **Workload:** vote
180+
- **Label(s):** `otomi.io/app=vote`
177181

178182
4. **Target:** Redis → `otomi.io/app=redis`
179183
5. **Save Changes**

docs/get-started/labs/use-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The `knative-service` Helm chart can be used to create a Knative `Service` (to d
3030

3131
The `postgresql-cluster` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster`. Optionally a Prometheus `PodMonitor` and a `Configmap` (for adding a postgresql dashboard to Grafana) can be created.
3232

33-
### redis-cluster
33+
### redis-ha
3434

35-
The `redis-cluster` Helm chart can be used to create a Redis master-replica cluster.
35+
The `redis-ha` Helm chart can be used to create a Redis high availability cluster with master-replica topology and HAProxy load balancer.
3636

3737
### rabbitmq-cluster
3838

0 commit comments

Comments
 (0)