mirror of
https://github.com/won-ktds/smarketing-manifest.git
synced 2025-12-06 12:26:23 +00:00
Add smarketing-ai deployment manifest for GitOps
This commit is contained in:
parent
90be157ae3
commit
110a402ee8
@ -2,7 +2,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: smarketing-config
|
||||
name: smarketing-ai-config
|
||||
namespace: smarketing
|
||||
data:
|
||||
SERVER_HOST: "0.0.0.0"
|
||||
@ -16,7 +16,7 @@ data:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: smarketing-secret
|
||||
name: smarketing-ai-secret
|
||||
namespace: smarketing
|
||||
type: Opaque
|
||||
stringData:
|
||||
@ -61,9 +61,9 @@ spec:
|
||||
memory: 2048Mi
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: smarketing-config
|
||||
name: smarketing-ai-config
|
||||
- secretRef:
|
||||
name: smarketing-secret
|
||||
name: smarketing-ai-secret
|
||||
volumeMounts:
|
||||
- name: upload-storage
|
||||
mountPath: /app/uploads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user