add infra app redis-insight
This commit is contained in:
16
infrastructures/redis-insight/base/service.yaml
Normal file
16
infrastructures/redis-insight/base/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: redis-insight
|
||||
namespace: redis
|
||||
labels:
|
||||
app.kubernetes.io/name: redis-insight
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5540
|
||||
targetPort: 5540
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app.kubernetes.io/name: redis-insight
|
||||
Reference in New Issue
Block a user