Fix documentations redis namespace

This commit is contained in:
Kochetkov S 2026-05-12 11:01:30 +03:00
parent 0a70a8cdd7
commit 726cd2653c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: redis name: redis
namespace: pm namespace: documentations
labels: labels:
app: redis app: redis
spec: spec:

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: redis name: redis
namespace: pm namespace: documentations
spec: spec:
selector: selector:
app: redis app: redis