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 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: smarketing-config name: smarketing-ai-config
namespace: smarketing namespace: smarketing
data: data:
SERVER_HOST: "0.0.0.0" SERVER_HOST: "0.0.0.0"
@ -16,7 +16,7 @@ data:
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: smarketing-secret name: smarketing-ai-secret
namespace: smarketing namespace: smarketing
type: Opaque type: Opaque
stringData: stringData:
@ -61,9 +61,9 @@ spec:
memory: 2048Mi memory: 2048Mi
envFrom: envFrom:
- configMapRef: - configMapRef:
name: smarketing-config name: smarketing-ai-config
- secretRef: - secretRef:
name: smarketing-secret name: smarketing-ai-secret
volumeMounts: volumeMounts:
- name: upload-storage - name: upload-storage
mountPath: /app/uploads mountPath: /app/uploads