UNCLASSIFIED

Commit 20a7ac45 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

redis external

parent f472ef0d
Pipeline #191300 passed with stages
in 3 minutes and 30 seconds
...@@ -1044,25 +1044,26 @@ anchore-ui-redis: ...@@ -1044,25 +1044,26 @@ anchore-ui-redis:
registry: registry:
repository: repository:
tag: tag:
pullSecrets: pullSecrets: [ ]
- private-registry
# Use Ironbank start-up script # Use Ironbank start-up script
master: #master:
command: # command:
slave: #slave:
command: # command:
password: #password:
cluster: #cluster:
enabled: false # enabled:
persistence: #persistence:
enabled: false # enabled:
# To use an external redis endpoint, uncomment to set 'enabled: false' # To use an external redis endpoint, uncomment to set 'enabled: false'
enabled: false enabled: false
# If 'enabled: false', specify an external redis endpoint - # If 'enabled: false', specify an external redis endpoint -
# eg redis://:<password>@hostname:6379 # eg redis://:<password>@hostname:6379
externalEndpoint: redis://password@anchore-anchore-ui-redis-master:6379 externalEndpoint: redis://:password@redis-master.default.svc.cluster.local :6379
# Pod configuration for the helm post-install-hook enterprise engine upgrade Job # Pod configuration for the helm post-install-hook enterprise engine upgrade Job
anchoreEnterpriseEngineUpgradeJob: anchoreEnterpriseEngineUpgradeJob:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment