Support for k8s ingress and tls (#659)

This commit was merged in pull request #659.
This commit is contained in:
2023-11-21 16:04:36 -07:00
committed by GitHub
parent 01029cf7aa
commit 87bedde5cb
5 changed files with 172 additions and 23 deletions
+2
View File
@@ -19,6 +19,8 @@ k8s_kind_deploy_type = "k8s-kind"
k8s_deploy_type = "k8s"
kube_config_key = "kube-config"
deploy_to_key = "deploy-to"
network_key = "network"
http_proxy_key = "http-proxy"
image_resigtry_key = "image-registry"
kind_config_filename = "kind-config.yml"
kube_config_filename = "kubeconfig.yml"