Add smarketing-ai deployment manifest for GitOps

This commit is contained in:
Ubuntu 2025-06-19 07:03:53 +00:00
parent 90be157ae3
commit 110a402ee8

View File

@ -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