Skip to content

Commit

Permalink
Add GitHub authentication token (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimame authored Jul 25, 2018
1 parent 61d58da commit 2be3080
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/tebukuro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ spec:
key: secret_key_base
- name: DATABASE_PORT
value: "5432"
- name: GITHUB_KEY
valueFrom:
secretKeyRef:
name: tebukuro
key: github_key
- name: GITHUB_SECRET
valueFrom:
secretKeyRef:
name: tebukuro
key: github_secret
ports:
- containerPort: 3000
name: tebukuro
Expand Down

0 comments on commit 2be3080

Please sign in to comment.