mirror of
https://github.com/won-ktds/smarketing-manifest.git
synced 2026-06-13 03:19:09 +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:
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: azure-storage-secret
|
||||
namespace: smarketing
|
||||
labels:
|
||||
app.kubernetes.io/name: azure-storage
|
||||
app.kubernetes.io/component: secret
|
||||
app.kubernetes.io/part-of: smarketing
|
||||
type: Opaque
|
||||
stringData:
|
||||
# Azure Storage Account Key (Base64 인코딩 자동 처리)
|
||||
AZURE_STORAGE_ACCOUNT_KEY: "1cgMMGgonc5frC84eGM9bxgXYL7NtOUkzgCD/fH6MEnyo7O+bscMfVfmKQBfrvCC8/NnYGndZubm+AStZEDUpw=="
|
||||
Reference in New Issue
Block a user