Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Redis configurations #293

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 1, 2024

  1. Simplify CFN Redis config, initialization

    - remove init containers
    - remove volumes
    - refactor redis.conf as command arguments
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ccf807b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Improve Redis configuration

    - remove redundant Redis env var
    - override default Redis container command to configure Redis as cache
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f588273 View commit details
    Browse the repository at this point in the history
  2. Refactor Container Apps Redis configuration

    - remove redundant OP_REDIS_URL env var
    - add command-line args to configure Redis as cache
    - remove REDIS_ARGS env var
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    91c0a38 View commit details
    Browse the repository at this point in the history
  3. Improved Kubernetes example Redis configuration

    - override Redis container arguments to configure Redis as cache
    - remove redundant volumes, mounts from Redis Pod
    - remove redundant ConfigMap resource
    - update related docs references
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0ca1fdc View commit details
    Browse the repository at this point in the history
  4. Improve App Platform example Redis

    - use library Redis
    - override container command to configure Redis as cache
    - remove redundant env vars
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c876203 View commit details
    Browse the repository at this point in the history
  5. Improved Docker beta example Redis

    - refactor Redis to use service command to configure Redis as cache
    - remove redundant Docker config for Redis
    - remove redundant redis.conf source file for config
    - update relevant docs references
    
    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9e6afe8 View commit details
    Browse the repository at this point in the history
  6. Update Kustomize example base Redis config

    Signed-off-by: Adam Pike <[email protected]>
    ag-adampike committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e7add24 View commit details
    Browse the repository at this point in the history