Skip to content

Commit

Permalink
Add namespace to prod manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Jan 31, 2024
1 parent 29cd7fa commit 025fbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/prod/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: node-js-server-prod
namespace: "ops"
labels:
app: node-js-server-prod
spec:
Expand All @@ -18,4 +19,4 @@ spec:
- name: node-js-server-prod
image: docker pull registry.devopsnow.io/internal/node-js-server:d676c0b2
ports:
- containerPort: 3000
- containerPort: 3000

0 comments on commit 025fbc1

Please sign in to comment.