mirror of
https://github.com/won-ktds/smarketing-manifest.git
synced 2025-12-06 13:46:24 +00:00
Add smarketing-ai deployment manifest for GitOps
This commit is contained in:
parent
90be157ae3
commit
110a402ee8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user