Skip to content

Commit

Permalink
feat: Initialize the project
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jun 7, 2023
1 parent dc86b29 commit 2a7f4ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s-node-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: nodejs-app
image: limarktest/nodejs-docker:latest
image: devopshint/node-app:latest
ports:
- containerPort: 3000
---
Expand All @@ -30,8 +30,8 @@ metadata:
spec:
selector:
app: nodejs-app
type: ClusterIP
type: NodePort
ports:
- protocol: TCP
- name: http
targetPort: 3000
port: 80

0 comments on commit 2a7f4ea

Please sign in to comment.