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

14
k8s/prod/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: todo-frontend
namespace: todo-prod
spec:
type: NodePort
selector:
app: todo-frontend
ports:
- port: 80
targetPort: 80
protocol: TCP
nodePort: 30080