Tyler Perkins
fb68e92239
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
244 B
YAML
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
|