Skip to content

Commit 3741311

Browse files
authored
update sample CR (#443)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 896ead3 commit 3741311

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ metadata:
1212
},
1313
"spec": {
1414
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:9a6f6352bee814302fcf939dd640b7d3b3e02307330f82bc32b782e7a9feb8a3",
15+
"expose": true,
1516
"license": {
1617
"accept": false,
1718
"edition": "IBM WebSphere Application Server",
1819
"productEntitlementSource": "Standalone"
1920
},
20-
"manageTLS": true
21+
"manageTLS": true,
22+
"replicas": 1
2123
}
2224
},
2325
{
@@ -57,7 +59,7 @@ metadata:
5759
capabilities: Auto Pilot
5860
categories: Application Runtime
5961
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
60-
createdAt: "2023-04-13T10:08:23Z"
62+
createdAt: "2023-04-13T20:19:54Z"
6163
description: Deploy and manage containerized Liberty applications
6264
olm.skipRange: '>=1.0.0 <1.2.0'
6365
operators.openshift.io/infrastructure-features: '["disconnected"]'

config/samples/liberty.websphere.ibm.com_v1_webspherelibertyapplications.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ spec:
88
edition: IBM WebSphere Application Server
99
productEntitlementSource: Standalone
1010
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:9a6f6352bee814302fcf939dd640b7d3b3e02307330f82bc32b782e7a9feb8a3
11+
expose: true
1112
manageTLS: true
13+
replicas: 1

0 commit comments

Comments
 (0)