@@ -53,34 +53,27 @@ spec:
53
53
# - "ADMIN_ONLY" will start up only the administration server (no managed servers will be started)
54
54
# - "IF_NEEDED" will start all non-clustered servers, including the administration server and clustered servers up to the replica count
55
55
serverStartPolicy : " %SERVER_START_POLICY%"
56
+ # an (optional) list of environment variable to be set on the server
57
+ env :
58
+ - name : JAVA_OPTIONS
59
+ value : " %JAVA_OPTIONS%"
60
+ - name : USER_MEM_ARGS
61
+ value : " -Xms64m -Xmx256m "
56
62
# adminServer is used to configure the desired behavior for starting the administration server.
57
63
adminServer :
58
64
# serverStartState legal values are "RUNNING" or "ADMIN"
59
65
# "RUNNING" means the listed server will be started up to "RUNNING" mode
60
66
# "ADMIN" means the listed server will be start up to "ADMIN" mode
61
- serverStartState : " RUNNING"
62
67
# The Admin Server's NodePort
63
68
%EXPOSE_ADMIN_PORT_PREFIX%nodePort: %ADMIN_NODE_PORT%
64
69
# Uncomment to export the T3Channel as a service
65
70
%EXPOSE_T3_CHANNEL_PREFIX%exportedNetworkAccessPoints:
66
71
%EXPOSE_T3_CHANNEL_PREFIX% T3Channel: {}
67
- # an (optional) list of environment variable to be set on the server
68
- env :
69
- - name : JAVA_OPTIONS
70
- value : " %JAVA_OPTIONS%"
71
- - name : USER_MEM_ARGS
72
- value : " -Xms64m -Xmx256m "
73
72
# clusters is used to configure the desired behavior for starting member servers of a cluster.
74
73
# If you use this entry, then the rules will be applied to ALL servers that are members of the named clusters.
75
74
clusters :
76
75
%CLUSTER_NAME%:
77
- serverStartState : " RUNNING"
78
76
replicas : %INITIAL_MANAGED_SERVER_REPLICAS%
79
- env :
80
- - name : JAVA_OPTIONS
81
- value : " %JAVA_OPTIONS%"
82
- - name : USER_MEM_ARGS
83
- value : " -Xms64m -Xmx256m "
84
77
# The number of managed servers to start for unlisted clusters
85
78
# replicas: 1
86
79
storage :
0 commit comments