Merge commit 'fe564d72279f4ab061b961dd528623f0ed272667' as 'cluster-config'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
resources:
|
||||
- storage-cluster.yaml
|
||||
- storage-system.yaml
|
||||
- noobaa-default-backing-store.yaml
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: noobaa.io/v1alpha1
|
||||
kind: BackingStore
|
||||
metadata:
|
||||
labels:
|
||||
app: noobaa
|
||||
name: noobaa-default-backing-store
|
||||
namespace: openshift-storage
|
||||
spec:
|
||||
pvPool:
|
||||
numVolumes: 1
|
||||
resources:
|
||||
requests:
|
||||
storage: 200Gi
|
||||
storageClass: lvms-vg1
|
||||
type: pv-pool
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: ocs.openshift.io/v1
|
||||
kind: StorageCluster
|
||||
metadata:
|
||||
name: ocs-storagecluster
|
||||
namespace: openshift-storage
|
||||
spec:
|
||||
multiCloudGateway:
|
||||
dbStorageClassName: lvms-vg1
|
||||
reconcileStrategy: standalone
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: odf.openshift.io/v1alpha1
|
||||
kind: StorageSystem
|
||||
metadata:
|
||||
name: ocs-storagecluster-storagesystem
|
||||
namespace: openshift-storage
|
||||
spec:
|
||||
kind: storagecluster.ocs.openshift.io/v1
|
||||
name: ocs-storagecluster
|
||||
namespace: openshift-storage
|
||||
@@ -0,0 +1,55 @@
|
||||
resources:
|
||||
- github.com/redhat-cop/gitops-catalog/openshift-data-foundation-operator/operator/overlays/stable-4.16
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: registry.redhat.io/openshift4/ose-cli:latest
|
||||
target:
|
||||
kind: Job
|
||||
name: enable-odf-console-plugin
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/channel
|
||||
value: stable-4.17
|
||||
target:
|
||||
kind: Subscription
|
||||
name: odf-operator
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /apiVersion
|
||||
value: console.openshift.io/v1
|
||||
- op: replace
|
||||
path: /spec
|
||||
value:
|
||||
backend:
|
||||
service:
|
||||
basePath: /
|
||||
name: odf-console-service
|
||||
namespace: openshift-storage
|
||||
port: 9001
|
||||
type: Service
|
||||
displayName: ODF Plugin
|
||||
i18n:
|
||||
loadType: ""
|
||||
proxy:
|
||||
- alias: provider-proxy
|
||||
authorization: UserToken
|
||||
endpoint:
|
||||
service:
|
||||
name: ux-backend-proxy
|
||||
namespace: openshift-storage
|
||||
port: 8888
|
||||
type: Service
|
||||
- alias: rosa-prometheus
|
||||
authorization: None
|
||||
endpoint:
|
||||
service:
|
||||
name: prometheus
|
||||
namespace: openshift-storage
|
||||
port: 9339
|
||||
type: Service
|
||||
target:
|
||||
kind: ConsolePlugin
|
||||
name: odf-console
|
||||
Reference in New Issue
Block a user