This commit is contained in:
behrooz razzaghi
2025-06-04 12:24:34 +03:30
2 changed files with 19 additions and 14 deletions

View File

@@ -879,10 +879,10 @@ exportKubeConfig:
context: "" context: ""
# Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig. # 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 # 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 can be used to generate a service account token instead of the default certificates.
serviceAccount: serviceAccount:

View File

@@ -1,13 +1,18 @@
controlPlane: controlPlane:
advanced: proxy:
defaultImageRegistry: 192.168.2.43:31898 extraSANs:
distro: - 192.168.2.43
k8s: - 192.168.2.177
version: v1.31.1 - 0.0.0.0
resources: advanced:
limits: defaultImageRegistry: 192.168.2.43:31898
cpu: 100m distro:
memory: 256Mi k8s:
requests: version: v1.31.6
cpu: 40m resources:
memory: 64Mi limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 40m
memory: 64Mi