Update
This commit is contained in:
15
kube-manifests/Dev/Backend/4 - service-redis.yaml
Normal file
15
kube-manifests/Dev/Backend/4 - service-redis.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# dev-redis-sos-sr.dev-panel-bk-ns.svc.cluster.local
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dev-redis-sos-sr
|
||||
namespace: dev-panel-bk-ns
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 6379
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app: dev-redis-sos-ap
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user