Add namespace, secret for image registry, and prod configs

This commit is contained in:
Agent
2026-03-20 10:21:33 +00:00
parent f70ba958c7
commit fe66d197aa
9 changed files with 124 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: todo-backend
namespace: todo-test
spec:
type: ClusterIP
selector:
@@ -15,6 +16,7 @@ apiVersion: v1
kind: Service
metadata:
name: todo-postgres
namespace: todo-test
spec:
type: ClusterIP
selector:
@@ -28,6 +30,7 @@ apiVersion: v1
kind: Service
metadata:
name: todo-redis
namespace: todo-test
spec:
type: ClusterIP
selector: