Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-makefile-sample
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sample
docker-makefile-sample
Commits
eab61836
Commit
eab61836
authored
Apr 11, 2019
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
164bbc57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
README.md
+31
-0
No files found.
README.md
View file @
eab61836
...
@@ -102,3 +102,34 @@ Deleted: sha256:0bd1c02508d7694f0920137df038c460baeac9ff2972bc181a619d7cde7e1795
...
@@ -102,3 +102,34 @@ Deleted: sha256:0bd1c02508d7694f0920137df038c460baeac9ff2972bc181a619d7cde7e1795
Deleted: sha256:8cf42cb0cb813f59667babe3d94ee2960a5af702427beb053a8306a408301706
Deleted: sha256:8cf42cb0cb813f59667babe3d94ee2960a5af702427beb053a8306a408301706
```
```
Microservice ของ NEXPIE มีการใช้ node-config ในการจัดการ configuration ผ่าน environment โดยใช้ไฟล์ config/custom-environment-variables.json
ซึ่งภายในจะมีการกำหนดตัวแปร environment ที่ต้องใช้ไว้ เราสามารถดึงข้อมูลส่วนนี้ออกมาสร้างเป็น env snippet สำหรับใส่ใน yaml ของ deployment ของ kubernetes ได้โดยใช้คำสั่งนี้
(หมายเหตุ ต้องมี jd ติดตั้งอยู่ก่อนเรียกใช้ หากยังไม่มีสามารถติดตั้งได้ด้วยคำสั่ง apt install jd)
```
$ make env-snippet
env:
- name: CER_USERTOKEN_PRIKEY
valueFrom:
secretKeyRef:
name: nexpieconfig
key: cer-usertoken-prikey
- name: CER_DEVICETOKEN_PRIKEY
valueFrom:
secretKeyRef:
name: nexpieconfig
key: cer-devicetoken-prikey
- name: MS_TOKENREGISTRY_PRIKEY
valueFrom:
secretKeyRef:
name: nexpieconfig
key: ms-tokenregistry-prikey
- name: CER_USERTOKEN_PUBKEY
valueFrom:
secretKeyRef:
name: nexpieconfig
key: cer-usertoken-pubkey
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment