Skip to content

Commit fb7f523

Browse files
committed
feat(k8s): add k8s cluster domain
1 parent 37d5d5b commit fb7f523

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ global:
7676
# - traefik
7777
# Only the above options have been supported so far
7878
ingress_class: ""
79+
# A domain name consists of one or more parts.
80+
# Periods (.) are used to separate these parts.
81+
# Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
82+
# It must start and end with a lowercase letter or digit.
83+
cluster_domain: "cluster.local"
7984
# The publicly resolvable hostname to build your cluster with.
8085
#
8186
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"

0 commit comments

Comments
 (0)