
Search and replace for references to moved examples Reverted find and replace paths on auto gen docs Reverting changes to changelog Fix bugs in test-cmd.sh Fixed path in examples README ran update-all successfully Updated verify-flags exceptions to include renamed files
14 lines
205 B
YAML
14 lines
205 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
name: sentinel
|
|
role: service
|
|
name: redis-sentinel
|
|
spec:
|
|
ports:
|
|
- port: 26379
|
|
targetPort: 26379
|
|
selector:
|
|
redis-sentinel: "true"
|