mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(P4DEVOPS-7373) Use artifactory instead of bitnami repos
This commit is contained in:
parent
c2e04310aa
commit
113ffd968d
7 changed files with 29 additions and 8 deletions
|
|
@ -130,6 +130,12 @@ affinity: {}
|
|||
# Redis provided by bitnami/redis
|
||||
# For a full list of parameters see: https://github.com/bitnami/charts/tree/master/bitnami/redis/
|
||||
redis:
|
||||
# Override the Redis image
|
||||
image:
|
||||
registry: artifactory.delivery.puppetlabs.net
|
||||
repository: release-engineering/redis
|
||||
tag: "6.2.7-debian-11-r11"
|
||||
pullPolicy: IfNotPresent
|
||||
fullnameOverride: redis
|
||||
architecture: standalone
|
||||
networkPolicy:
|
||||
|
|
@ -164,6 +170,11 @@ redis:
|
|||
- -c
|
||||
- echo "AUTH $REDIS_PASSWORD\nBGREWRITEAOF" | redis-cli
|
||||
metrics:
|
||||
image:
|
||||
registry: artifactory.delivery.puppetlabs.net
|
||||
repository: release-engineering/redis-exporter
|
||||
tag: "1.43.0-debian-11-r4"
|
||||
pullPolicy: IfNotPresent
|
||||
enabled: true
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue