Skip to content

Commit

Permalink
Create fe
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark0120 authored Dec 13, 2023
1 parent e4143d3 commit c64ef99
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions fe/fe-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: fe
name: fe
spec:
replicas: 1
selector:
matchLabels:
app: fe
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: fe
spec:
imagePullSecrets:
- name: fe-regcred
containers:
- image: k8s-registry-test.kr.ncr.ntruss.com/nextjs-fe:latest
name: fe
ports: # 컨테이너가 개방할 포트 정의. 정의 안하면 자동 할당
- containerPort: 3000

0 comments on commit c64ef99

Please sign in to comment.