add ingress nginx

This commit is contained in:
Ybehrooz
2025-07-13 19:16:08 +03:30
parent a95b141b99
commit bfd802911d

View File

@@ -505,10 +505,8 @@ controlPlane:
pathType: ImplementationSpecific pathType: ImplementationSpecific
labels: {} labels: {}
annotations: annotations:
# nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/backend-protocol: HTTPS
# nginx.ingress.kubernetes.io/ssl-passthrough: "true" nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"
# Spec allows you to configure extra ingress options. # Spec allows you to configure extra ingress options.
spec: spec:
@@ -884,12 +882,12 @@ exportKubeConfig:
server: "" server: ""
# If tls should get skipped for the server # If tls should get skipped for the server
insecure: true insecure: false
# 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:
# Name of the service account to be used to generate a service account token instead of the default certificates. # Name of the service account to be used to generate a service account token instead of the default certificates.
name: "token-sa" name: ""
# Namespace of the service account to be used to generate a service account token instead of the default certificates. # Namespace of the service account to be used to generate a service account token instead of the default certificates.
# If omitted, will use the kube-system namespace. # If omitted, will use the kube-system namespace.
namespace: "" namespace: ""
@@ -963,3 +961,4 @@ experimental:
telemetry: telemetry:
# Enabled specifies that the telemetry for the vCluster control plane should be enabled. # Enabled specifies that the telemetry for the vCluster control plane should be enabled.
enabled: true enabled: true