You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
551 B
22 lines
551 B
apiVersion: operators.coreos.com/v1alpha1
|
|
kind: Subscription
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "10"
|
|
name: 3scale-operator
|
|
namespace: openshift-operators
|
|
spec:
|
|
channel: threescale-2.12
|
|
name: 3scale-operator
|
|
source: redhat-operators
|
|
sourceNamespace: openshift-marketplace
|
|
---
|
|
apiVersion: apps.3scale.net/v1alpha1
|
|
kind: APIManager
|
|
metadata:
|
|
name: 3scale-install
|
|
namespace: 3scale
|
|
spec:
|
|
productVersion: "2.12"
|
|
wildcardDomain: {{ .Values.threescale.wildcardDomain | quote }}
|
|
resourceRequirementsEnabled: true
|
|
|