This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new 767dae7 added step-ca
767dae7 is described below
commit 767dae7c0bfe67f748aa32abd12084a97da4cfe6
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Nov 21 18:39:05 2019 +0200
added step-ca
---
.../gcp/ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml | 4 ++--
.../terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml
index 97cf170..7f31504 100644
---
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml
+++
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml
@@ -25,7 +25,7 @@ bootstrapImage:
service:
type: ClusterIP
port: 443
- targetPort: 443
+ targetPort: 9000
# type: NodePort
# nodePort: 32433
# port: 443
@@ -36,7 +36,7 @@ ca:
# name is new public key infrastructure (PKI) names.
name: dlab-step-ca
# address is the HTTP listener address of step-certificates.
- address: :443
+ address: :9000
# dns is the comma separated dns names to use. Leave it empty to use the
format:
# {include "step-certificates.fullname" .}.{
.Release.Namespace}.svc.cluster.local,127.0.0.1
dns: ${step_ca_host}
diff --git
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
index 3fbcc2e..e978985 100644
---
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
+++
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
@@ -41,7 +41,7 @@ resource "kubernetes_service" "step_service_lb" {
}
session_affinity = "ClientIP"
port {
- port = 443
+ port = 9000
target_port = 443
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]