Skip to content

Commit

Permalink
feat: teilio - docker compose & k8s env
Browse files Browse the repository at this point in the history
Signed-off-by: Azanul <azanulhaque@gmail.com>
  • Loading branch information
Azanul committed Feb 22, 2024
1 parent 9d31c8e commit 0b2ac37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
condition: service_healthy
user-service:
condition: service_started
environment:
TWILIO_ACCOUNT_SID: ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TWILIO_AUTH_TOKEN: your_auth_token

zookeeper:
image: confluentinc/cp-zookeeper:latest
Expand Down
9 changes: 9 additions & 0 deletions kubernetes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ spec:
ports:
- containerPort: 9092

---
apiVersion: v1
kind: Secret
metadata:
name: test-secret
data:
TWILIO_ACCOUNT_SID: ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TWILIO_AUTH_TOKEN: your_auth_token

---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 0b2ac37

Please sign in to comment.