mirror of
https://github.com/won-ktds/smarketing-manifest.git
synced 2026-06-13 13:49:10 +00:00
Add Azure Storage configuration for blob storage services
- Add azure-storage-configmap.yaml with storage account settings - Add azure-storage-secret.yaml with storage account key - Update marketing-content deployment envFrom to include Azure Storage - Update store deployment envFrom to include Azure Storage - Enable blob storage functionality for menu/store image uploads
This commit is contained in:
@@ -61,10 +61,14 @@ spec:
|
||||
name: common-config
|
||||
- configMapRef:
|
||||
name: store-config
|
||||
- configMapRef:
|
||||
name: azure-storage-config # 🔥 추가된 부분!
|
||||
- secretRef:
|
||||
name: common-secret
|
||||
- secretRef:
|
||||
name: store-secret
|
||||
- secretRef:
|
||||
name: azure-storage-secret # 🔥 추가된 부분!
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user