helmfiles/envs/platform.yaml (9 lines of code) (raw):
global:
# The orchestration platform. Change to "openshift" if you use OpenShift/OKD.
platform: "kubernetes"
# Keycloak endpoint e.g. keycloak.example.com
keycloakEndpoint:
# DNS wildcard for routing in the Kubernetes cluster e.g. example.com
dnsWildCard:
# KRCI namespace
edpName:
# Gerrit SSH node port
gerritSSHPort: 30022
# Enable or disable integration with Kiosk (by default the value is true)
kioskEnabled: false
logging:
# Storage class name for PVC
storageClass: "gp2"