Created
May 19, 2022 14:24
-
-
Save jithin-scaria/e03458e0c111663d83a12659fa5e8bea to your computer and use it in GitHub Desktop.
Service used for Sentinels for Redis High Availability Solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: sentinel | |
namespace: redis | |
spec: | |
clusterIP: None | |
ports: | |
- port: 5000 | |
targetPort: 5000 | |
name: sentinel | |
selector: | |
app: sentinel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment