Skip to content

Commit

Permalink
Specify cozy.local as cluster domain
Browse files Browse the repository at this point in the history
As part of aenix-io/cozystack#141

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed May 20, 2024
1 parent 4962ef4 commit ffced89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cozystack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ cluster:
network:
cni:
name: none
dnsDomain: {{ .Values.clusterDomain }}
podSubnets:
{{- toYaml .Values.podSubnets | nindent 6 }}
serviceSubnets:
Expand Down
1 change: 1 addition & 0 deletions charts/cozystack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
endpoint: "https://192.168.100.10:6443"
clusterDomain: cozy.local
floatingIP: 192.168.100.10
image: "ghcr.io/aenix-io/cozystack/talos:v1.7.1"
podSubnets:
Expand Down
2 changes: 2 additions & 0 deletions pkg/generated/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cluster:
network:
cni:
name: none
dnsDomain: {{ .Values.clusterDomain }}
podSubnets:
{{- toYaml .Values.podSubnets | nindent 6 }}
serviceSubnets:
Expand Down Expand Up @@ -114,6 +115,7 @@ cluster:
{{- include "talos.config" . }}
`,
"cozystack/values.yaml": `endpoint: "https://192.168.100.10:6443"
clusterDomain: cozy.local
floatingIP: 192.168.100.10
image: "ghcr.io/aenix-io/cozystack/talos:v1.7.1"
podSubnets:
Expand Down

0 comments on commit ffced89

Please sign in to comment.