2025-01-15 13:00:31 -05:00

27 lines
743 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:dc74ed2817f14bca80560beeb1feed5a0f285fc6f5b00fe748554e9b4c7db2fd"
ExporterRegistryRepo = "quay.io"
ExporterRegistryImage = "oliver006/redis_exporter"
ExporterImageDigest = "sha256:120f7ec77293459ccfdad66bb1db75ab72e8bfeab99f58b1cc2564cadcd7a9e7"
ExporterContainerName = "exporter"
ExporterPortName = "exporter"
ExporterPort = 9500
)