Skip to content

Commit

Permalink
fix/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kittayot.s committed Nov 22, 2024
1 parent be78aab commit a0d2470
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions deploy/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: ce-smart-career-frontend-prd
namespace: ce-smart-career
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: ce-smart-career-frontend-prd
Expand All @@ -21,9 +21,15 @@ spec:
imagePullPolicy: Always
env:
- name: NOCODB_API_URL
value: "https://api.career.ktyhon.online/api/v2/tables"
valueFrom:
secretKeyRef:
name: nocodb-credentials
key: NOCODB_API_URL
- name: NOCODB_API_TOKEN
value: "gfu57tftfdyertdxhfdteto"
valueFrom:
secretKeyRef:
name: nocodb-credentials
key: NOCODB_API_TOKEN
ports:
- containerPort: 3000
imagePullSecrets:
Expand Down

0 comments on commit a0d2470

Please sign in to comment.