2 changed files with 114 additions and 0 deletions
@ -0,0 +1,102 @@ |
|||||
|
apiVersion: project.openshift.io/v1 |
||||
|
kind: Project |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "0" |
||||
|
openshift.io/description: "" |
||||
|
openshift.io/display-name: "" |
||||
|
labels: |
||||
|
kubernetes.io/metadata.name: rhacs-operator |
||||
|
name: rhacs-operator |
||||
|
spec: |
||||
|
finalizers: |
||||
|
- kubernetes |
||||
|
--- |
||||
|
apiVersion: operators.coreos.com/v1 |
||||
|
kind: OperatorGroup |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "5" |
||||
|
name: rhacs-operator |
||||
|
namespace: rhacs-operator |
||||
|
spec: |
||||
|
upgradeStrategy: Default |
||||
|
--- |
||||
|
apiVersion: operators.coreos.com/v1alpha1 |
||||
|
kind: Subscription |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "10" |
||||
|
name: rhacs-operator |
||||
|
namespace: rhacs-operator |
||||
|
spec: |
||||
|
channel: rhacs-4.0 |
||||
|
installPlanApproval: Automatic |
||||
|
name: rhacs-operator |
||||
|
source: redhat-operators |
||||
|
sourceNamespace: openshift-marketplace |
||||
|
startingCSV: rhacs-operator.v4.0.1 |
||||
|
--- |
||||
|
apiVersion: project.openshift.io/v1 |
||||
|
kind: Project |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "15" |
||||
|
openshift.io/description: "" |
||||
|
openshift.io/display-name: "" |
||||
|
labels: |
||||
|
kubernetes.io/metadata.name: stackrox |
||||
|
name: stackrox |
||||
|
spec: |
||||
|
finalizers: |
||||
|
- kubernetes |
||||
|
--- |
||||
|
apiVersion: v1 |
||||
|
kind: Secret |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "15" |
||||
|
name: central-admin |
||||
|
namespace: stackrox |
||||
|
type: Opaque |
||||
|
data: |
||||
|
password: {{ include "acs-admin-password" . | b64enc | quote }} |
||||
|
--- |
||||
|
apiVersion: platform.stackrox.io/v1alpha1 |
||||
|
kind: Central |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "15" |
||||
|
name: stackrox-central-services |
||||
|
namespace: stackrox |
||||
|
spec: |
||||
|
central: |
||||
|
exposure: |
||||
|
loadBalancer: |
||||
|
enabled: false |
||||
|
port: 443 |
||||
|
nodePort: |
||||
|
enabled: false |
||||
|
route: |
||||
|
enabled: true |
||||
|
adminPasswordSecret: |
||||
|
name: central-admin |
||||
|
db: |
||||
|
isEnabled: Default |
||||
|
persistence: |
||||
|
persistentVolumeClaim: |
||||
|
claimName: central-db |
||||
|
persistence: |
||||
|
persistentVolumeClaim: |
||||
|
claimName: stackrox-db |
||||
|
egress: |
||||
|
connectivityPolicy: Online |
||||
|
scanner: |
||||
|
analyzer: |
||||
|
scaling: |
||||
|
autoScaling: Enabled |
||||
|
maxReplicas: 5 |
||||
|
minReplicas: 2 |
||||
|
replicas: 3 |
||||
|
scannerComponent: Enabled |
||||
|
--- |
||||
@ -0,0 +1,12 @@ |
|||||
|
apiVersion: operators.coreos.com/v1alpha1 |
||||
|
kind: Subscription |
||||
|
metadata: |
||||
|
annotations: |
||||
|
argocd.argoproj.io/sync-wave: "10" |
||||
|
name: openshift-pipelines-operator-rh |
||||
|
namespace: openshift-operators |
||||
|
spec: |
||||
|
channel: stable |
||||
|
name: openshift-pipelines-operator-rh |
||||
|
source: redhat-operators |
||||
|
sourceNamespace: openshift-marketplace |
||||
Loading…
Reference in new issue