-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-template.yaml
29 lines (29 loc) · 1.18 KB
/
demo-template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
apiVersion: privatecloud.mendix.com/v1alpha1
kind: MendixApp
metadata:
name: demo
namespace: <TODO:REPLACE-ME>
spec:
database:
servicePlan: dbtemp
mendixRuntimeVersion: 9.6.4.33791
replicas: 1
resources:
limits:
cpu: "1"
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
runtime:
customConfiguration: '{"ScheduledEventExecution":"NONE","MicroflowConstants":"{\"InvestmentFunds.DemoMode\":\"False\",\"FinanceIntegration.YH_API_KEY\":\"\",\"FinanceIntegration.YH_LOCATION\":\"https://apidojo-yahoo-finance-v1.p.rapidapi.com\",\"AutoLogin.AutoLogin_Enabled\":\"False\",\"AutoLogin.AutoLoginUsername\":\"agent\",\"AutoLogin.Location\":\"autologin/\",\"AutoLogin.LoginLocation\":\"/index.html\",\"Atlas_Core.Atlas_Core_Version\":\"3.0.1\",\"Atlas_NativeMobile_Content.Atlas_Native_Content_Version\":\"3.0.0\",\"Atlas_Web_Content.Atlas_Web_Content_Version\":\"3.0.1\"}"}'
dtapMode: D
logAutosubscribeLevel: INFO
runtimeLicense: {}
mxAdminPassword: cGFzc1cwcmQk
runtimeMetricsConfiguration: {}
sourceURL: <TODO:REPLACE-ME>
appURL: <TODO:REPLACE-ME> #URL to access the Mendix app
sourceVersion: 0.0.0.6
storage:
servicePlan: sptemp