#15 Move databases to database namespace and section

This commit is contained in:
j 2025-08-04 00:10:32 +10:00
parent 658f0bfd7f
commit fe74c4df9c
7 changed files with 95 additions and 124 deletions

View file

@ -1,33 +0,0 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis
namespace: home-server
spec:
replicas: 1
selector:
matchLabels:
app: redis
template:
metadata:
labels:
app: redis
spec:
containers:
- name: redis
image: redis:7
ports:
- containerPort: 6379
---
apiVersion: v1
kind: Service
metadata:
name: redis
namespace: home-server
spec:
selector:
app: redis
ports:
- port: 6379