feat(redis): manage limits
This commit is contained in:
@ -1,9 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
|
||||
configurations:
|
||||
- ./configurations/redis-conf.yaml
|
||||
|
||||
resources:
|
||||
- ./resources/redis-sso.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: redis-sso-extra-conf
|
||||
files:
|
||||
- ./files/redis-additional.conf
|
||||
|
||||
patches:
|
||||
- path: ./patches/hydra-apps.yaml
|
||||
target:
|
||||
|
Reference in New Issue
Block a user