Skip to content
Open
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions examples/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,13 +667,13 @@ spec:
- name: redis-advertised # override service named `redis-advertised` defined in ComponentDefinition
serviceType: NodePort
podService: true
# irrelevant lines commited
# irrelevant lines committed
- name: redis-sentinel
services:
- name: sentinel-advertised # override service named `sentinel-advertised` defined in ComponentDefinition
serviceType: NodePort
podService: true
# irrelevant lines commited
# irrelevant lines committed
```
Service `redis-advertised` and `redis-sentinel` are defined in `ComponentDefinition` name `redis-7` and `redis-sentinel-7`. They are used to to parse the advertised endpoints of the Redis pods and Sentinel Pods.

Expand Down
Loading