diff --git a/vcluster-0.21.1/values.yaml b/vcluster-0.21.1/values.yaml index f33ba88..0114371 100644 --- a/vcluster-0.21.1/values.yaml +++ b/vcluster-0.21.1/values.yaml @@ -879,10 +879,10 @@ exportKubeConfig: context: "" # Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig. - server: "" + server: "192.168.2.43" # If tls should get skipped for the server - insecure: false + insecure: true # ServiceAccount can be used to generate a service account token instead of the default certificates. serviceAccount: diff --git a/vcluster-0.21.1/vcluster.yaml b/vcluster-0.21.1/vcluster.yaml index f3c49b4..ad256b6 100644 --- a/vcluster-0.21.1/vcluster.yaml +++ b/vcluster-0.21.1/vcluster.yaml @@ -1,13 +1,18 @@ controlPlane: - advanced: - defaultImageRegistry: 192.168.2.43:31898 - distro: - k8s: - version: v1.31.1 - resources: - limits: - cpu: 100m - memory: 256Mi - requests: - cpu: 40m - memory: 64Mi \ No newline at end of file + proxy: + extraSANs: + - 192.168.2.43 + - 192.168.2.177 + - 0.0.0.0 + advanced: + defaultImageRegistry: 192.168.2.43:31898 + distro: + k8s: + version: v1.31.6 + resources: + limits: + cpu: 100m + memory: 256Mi + requests: + cpu: 40m + memory: 64Mi \ No newline at end of file