Skip to content

Instantly share code, notes, and snippets.

@jithin-scaria
Created May 19, 2022 14:24
Show Gist options
  • Save jithin-scaria/e03458e0c111663d83a12659fa5e8bea to your computer and use it in GitHub Desktop.
Save jithin-scaria/e03458e0c111663d83a12659fa5e8bea to your computer and use it in GitHub Desktop.
Service used for Sentinels for Redis High Availability Solution
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