2025-02-14 02:46:50 -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:102ed33709c304cb6b3306d7e82b933bc65f0240c5a583230a4dd2b9af741862"
ExporterRegistryRepo = "quay.io"
ExporterRegistryImage = "oliver006/redis_exporter"
ExporterImageDigest = "sha256:120f7ec77293459ccfdad66bb1db75ab72e8bfeab99f58b1cc2564cadcd7a9e7"
ExporterContainerName = "exporter"
ExporterPortName = "exporter"
ExporterPort = 9500
)