2025-09-29 03:07:28 -04: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:43183b13ef8a99c404f24ba1e3b818e44d1a2acdc6e911e4e36259699b41efd2"
ExporterRegistryRepo = "quay.io"
ExporterRegistryImage = "oliver006/redis_exporter"
ExporterImageDigest = "sha256:4c8000eb3525e0f6ed1327499861e272fcce358a9e7a87dd9db74c44607e6d8e"
ExporterContainerName = "exporter"
ExporterPortName = "exporter"
ExporterPort = 9500
)