Robo Quat 13e66a269a
update index (#20321)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-29 02:19:55 -04:00

26 lines
720 B
Go

// Copyright (c) 2021 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License.AGPL.txt in the project root for license information.
package redis
const (
Component = "redis"
PortName = "api"
Port = 6379
RegistryRepo = "cgr.dev"
RegistryImage = "chainguard/redis"
ContainerName = "redis"
ImageDigest = "sha256:2351b3aba305e4ee6ae84e9c320159559f21a15f087bd9bab1552b4ca80944e0"
ExporterRegistryImage = "chainguard/prometheus-redis-exporter"
ExporterImageDigest = "sha256:d3ddb25bf7bec9bb898aa4712413182e2699bef5ad7a6cf1dfcd02bc84cf8951"
ExporterContainerName = "exporter"
ExporterPortName = "exporter"
ExporterPort = 9500
)