Skip to content

Commit

Permalink
update full example dir
Browse files Browse the repository at this point in the history
Signed-off-by: craig <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
maleck13 committed Dec 19, 2024
1 parent cd879df commit a2c6039
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 24 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
15 changes: 9 additions & 6 deletions config/install/full-example-aws/configure/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
11 changes: 0 additions & 11 deletions config/install/full-example-aws/configure/limitador.yaml

This file was deleted.

This file was deleted.

0 comments on commit a2c6039

Please sign in to comment.