diff --git a/config/install/full-example-aws/configure/authorino.yaml b/config/install/full-example-aws/configure/authorino.yaml deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/install/full-example-aws/configure/cluster-issuer.yaml b/config/install/full-example-aws/configure/cluster-issuer.yaml index b6f95e5f0..5ee8446dc 100644 --- a/config/install/full-example-aws/configure/cluster-issuer.yaml +++ b/config/install/full-example-aws/configure/cluster-issuer.yaml @@ -1,4 +1,3 @@ -# example lets-encrypt cluster issuer that will work with the credentials we will add apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: diff --git a/config/install/full-example-aws/configure/kustomization.yaml b/config/install/full-example-aws/configure/kustomization.yaml index ef29509d7..b09c2652d 100644 --- a/config/install/full-example-aws/configure/kustomization.yaml +++ b/config/install/full-example-aws/configure/kustomization.yaml @@ -3,7 +3,6 @@ kind: Kustomization resources: - https://github.com/Kuadrant/kuadrant-operator//config/install/configure/standard?ref=v1.0.1 #change this version as needed (see https://github.com/Kuadrant/kuadrant-operator/releases) - cluster-issuer.yaml #(comment if you dont want to use it. The issuer yaml is defined below). - - limitador.yaml generatorOptions: disableNameSuffixHash: true @@ -36,18 +35,22 @@ patches: name: limitador namespace: kuadrant-system spec: - storage: - redis: - configSecretRef: - name: redis-credentials + pdb: + maxUnavailable: 1 + replicas: 2 resourceRequirements: requests: cpu: 10m memory: 10Mi # set these based on your own needs. + storage: + redis: + configSecretRef: + name: redis-credentials - patch: |- apiVersion: operator.authorino.kuadrant.io/v1beta1 kind: Authorino metadata: name: authorino + namespace: kuadrant-system spec: - replicas: 2 + replicas: 2 diff --git a/config/install/full-example-aws/configure/limitador.yaml b/config/install/full-example-aws/configure/limitador.yaml deleted file mode 100644 index a5a3c2e2d..000000000 --- a/config/install/full-example-aws/configure/limitador.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: limitador.kuadrant.io/v1alpha1 -kind: Limitador -metadata: - name: limitador - namespace: kuadrant-system -spec: - storage: - redis: - configSecretRef: - name: redis-credentials - diff --git a/config/install/full-example-aws/configure/patches/authorino-replicas-patch.yaml b/config/install/full-example-aws/configure/patches/authorino-replicas-patch.yaml deleted file mode 100644 index c6e867ecd..000000000 --- a/config/install/full-example-aws/configure/patches/authorino-replicas-patch.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: operator.authorino.kuadrant.io/v1beta1 -kind: Authorino -metadata: - name: authorino -spec: - replicas: 2