forked from MaciejGruszka/jscreditscore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yaml
41 lines (34 loc) · 1.1 KB
/
domain.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
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#
# This is an example of how to define a Domain resource. Please read through the comments which explain
# what updates are needed.
#
apiVersion: "weblogic.oracle/v8"
kind: Domain
metadata:
name: sample-domain1
namespace: sample-domain-ns
labels:
weblogic.resourceVersion: domain-v8
weblogic.domainUID: sample-domain1
spec:
domainHome: /u01/oracle/user_projects/domains/sample-domain1
domainHomeInImage: true
image: "iad.ocir.io/weblogick8s/weblogic-operator-tutorial-store:1.0"
imagePullPolicy: "Always"
webLogicCredentialsSecret:
name: sample-domain1-weblogic-credentials
serverStartPolicy: "IF_NEEDED"
serverPod:
env:
- name: JAVA_OPTIONS
value: "-Dweblogic.StdoutDebugEnabled=false"
- name: USER_MEM_ARGS
value: "-Xms64m -Xmx256m "
adminServer:
serverStartState: "RUNNING"
clusters:
- clusterName: cluster-1
serverStartState: "RUNNING"
replicas: 2