@@ -189,8 +189,6 @@ metadata:
189189 }
190190 }
191191 },
192- "file_storage_access_mode": "ReadWriteMany",
193- "file_storage_size": "10Gi",
194192 "ingress_type": "nodeport",
195193 "pulp_settings": {
196194 "allowed_export_paths": [
@@ -201,7 +199,6 @@ metadata:
201199 ],
202200 "api_root": "/pulp/"
203201 },
204- "storage_type": "File",
205202 "worker": {
206203 "replicas": 2,
207204 "resource_requirements": {
@@ -253,15 +250,19 @@ metadata:
253250 "image_web": "quay.io/pulp/galaxy-web",
254251 "image_web_version": "4.6.3",
255252 "ingress_type": "nodeport",
253+ "nodeport_port": 30000,
256254 "pulp_settings": {
257255 "allowed_export_paths": [
258256 "/tmp"
259257 ],
260258 "allowed_import_paths": [
261259 "/tmp"
262260 ],
261+ "analytics": false,
262+ "ansible_api_hostname": "http://nodeport.local:30000",
263263 "api_root": "/api/galaxy/pulp/",
264- "telemetry": false
264+ "content_origin": "http://nodeport.local:30000",
265+ "token_server": "http://nodeport.local:30000/token/"
265266 },
266267 "signing_scripts_configmap": "signing-scripts",
267268 "signing_secret": "signing-galaxy",
@@ -324,7 +325,7 @@ metadata:
324325 capabilities : Full Lifecycle
325326 categories : Integration & Delivery
326327 containerImage : quay.io/pulp/pulp-operator:devel
327- createdAt : " 2023-08-08T18:04:04Z "
328+ createdAt : " 2023-08-09T19:33:08Z "
328329 description : Pulp is a platform for managing repositories of software packages
329330 and making them available to a large number of consumers.
330331 operators.operatorframework.io/builder : operator-sdk-v1.29.0
0 commit comments