Skip to content

Commit

Permalink
[add] finansu-view manifest (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubasaoura authored and tsubasaoura committed May 3, 2023
1 parent 74ce487 commit a231a8d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions server/kubernetes/finansu/finansu-view.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: finansu-view-deployment
spec:
selector:
matchLabels:
app: finansu-view
replicas: 1
template:
metadata:
labels:
app: finansu-view
spec:
containers:
- name: finansu-view-container
image: nutfes/finansu-view:latest
ports:
- containerPort: 3000
---
apiVersion: v1
kind: Service
metadata:
name: finansu-view-service
spec:
type: NodePort
ports:
- port: 3000
selector:
app: finansu-view

0 comments on commit a231a8d

Please sign in to comment.