Merge branch 'main' of http://192.168.2.20:8015/root/application
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1,9 +1,14 @@
|
|||||||
controlPlane:
|
controlPlane:
|
||||||
|
proxy:
|
||||||
|
extraSANs:
|
||||||
|
- 192.168.2.43
|
||||||
|
- 192.168.2.177
|
||||||
|
- 0.0.0.0
|
||||||
advanced:
|
advanced:
|
||||||
defaultImageRegistry: 192.168.2.43:31898
|
defaultImageRegistry: 192.168.2.43:31898
|
||||||
distro:
|
distro:
|
||||||
k8s:
|
k8s:
|
||||||
version: v1.31.1
|
version: v1.31.6
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user