Skip to content

Commit

Permalink
minor changes in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishab87 committed Jul 22, 2024
1 parent 07fecb3 commit 6e79b91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions k8s/backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ spec:
image: rishab87/qr-code-backend:latest
ports:
- containerPort: 8000
env:
env:
- name: AZURE_STORAGE_CONNECTION_STRING
valueFrom:
secretKeyRef:
name: azure-storage-secret
key: AZURE_STORAGE_CONNECTION_STRING
valueFrom:
secretKeyRef:
name: azure-storage-secret
key: AZURE_STORAGE_CONNECTION_STRING
- name: AZURE_CONTAINER_NAME
valueFrom:
secretKeyRef:
name: azure-storage-secret
key: AZURE_CONTAINER_NAME
valueFrom:
secretKeyRef:
name: azure-storage-secret
key: AZURE_CONTAINER_NAME

1 change: 0 additions & 1 deletion k8s/secrets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# azure-secret.yaml
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 6e79b91

Please sign in to comment.