Documentation ¶
Index ¶
Constants ¶
View Source
const ( Production profile = "production" Prod profile = "prod" Default profile = "default" )
Variables ¶
View Source
var ( ClusterDomainDefault = ".local.oss-acorn.io" InternalClusterDomainDefault = "svc.cluster.local" AcornDNSEndpointDefault = "https://oss-dns.acrn.io/v1" AcornDNSStateDefault = "auto" // LetsEncryptOptionDefault is the default state for the Let's Encrypt integration LetsEncryptOptionDefault = "disabled" // AutoUpgradeIntervalDefault is the default value for the DefaultImageCheckInterval field AutoUpgradeIntervalDefault = "1m" // HttpEndpointPatternDefault is a pattern that works with Let's Encrypt HttpEndpointPatternDefault = "{{hashConcat 8 .Container .App .Namespace | truncate}}.{{.ClusterDomain}}" // Features FeatureImageAllowRules = "image-allow-rules" FeatureImageRoleAuthorizations = "image-role-authorizations" FeatureDefaults = map[string]bool{ FeatureImageAllowRules: false, FeatureImageRoleAuthorizations: false, } DefaultVolumeSize = "10G" )
Default values
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.