Gluttony-Cluster/redis-insight/redis-insight-service.yaml
Tyler Perkins fb68e92239
All checks were successful
continuous-integration/drone/push Build is passing
Add redis insight
2023-10-14 20:34:32 -04:00

13 lines
244 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redisinsight-service # name should not be 'redisinsight'
namespace: redis-system
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 8001
selector:
app: redisinsight