Skip to content

Commit

Permalink
fix: backend secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
thelissimus committed Dec 30, 2023
1 parent c46f49b commit 3d904db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ resources/public/assets/

# Secrets
.secrets
k8s/backend-secrets.yaml
.env
3 changes: 3 additions & 0 deletions k8s/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
cpu: "500m"
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: patients-backend-secret

---
apiVersion: v1
Expand Down

0 comments on commit 3d904db

Please sign in to comment.