Skip to content

Instantly share code, notes, and snippets.

@TheRealJon
Last active July 31, 2024 12:23
Show Gist options
  • Save TheRealJon/3d60cbeb926ab714e8710ee1e5a93ca3 to your computer and use it in GitHub Desktop.
Save TheRealJon/3d60cbeb926ab714e8710ee1e5a93ca3 to your computer and use it in GitHub Desktop.
kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: catalogd-catalogserver
namespace: openshift-catalogd
spec:
to:
kind: Service
name: catalogd-catalogserver
weight: 100
port:
targetPort: https
tls:
termination: passthrough
insecureEdgeTerminationPolicy: Redirect
wildcardPolicy: None
apiVersion: catalogd.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: redhat-operators
spec:
source:
type: image
image:
ref: registry.redhat.io/redhat/redhat-operator-index:v4.17
pullSecret: pull-secret
pollInterval: 24h
---
apiVersion: catalogd.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: certified-operators
spec:
source:
type: image
image:
ref: registry.redhat.io/redhat/certified-operator-index:v4.17
pullSecret: pull-secret
pollInterval: 24h
---
apiVersion: catalogd.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: community-operators
spec:
source:
type: image
image:
ref: registry.redhat.io/redhat/community-operator-index:v4.17
pullSecret: pull-secret
pollInterval: 24h
---
apiVersion: catalogd.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: marketplace-operators
spec:
source:
type: image
image:
ref: registry.redhat.io/redhat/marketplace-operator-index:v4.17
pullSecret: pull-secret
pollInterval: 24h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
OSZAR »