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 013c489 added step-ca
013c489 is described below
commit 013c489ffc2643e8c10ee4d260a9ff54b85e0968
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Nov 21 14:22:52 2019 +0200
added step-ca
---
.../main/modules/helm_charts/step-ca-chart/values.yaml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 ae512ca..12ff2d4 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
@@ -23,9 +23,9 @@ bootstrapImage:
# service contains configuration for the kubernetes service.
service:
- type: ClusterIP
- port: 8080
- targetPort: 8080
+ type: LoadBalancer
+ # port: 8080
+ # targetPort: 8080
# type: NodePort
# nodePort: 32433
# port: 443
@@ -39,10 +39,12 @@ ca:
address: :8080
# 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}
+ dns:
+ #${step_ca_host}
# url is the http url where step-certificates will listen at. Leave it empty
to use the format
# https://{{ include "step-certificates.fullname" . }}.{{ .Release.Namespace
}}.svc.cluster.local
- url: http://${step_ca_host}/step
+ url:
+ #http://${step_ca_host}/step
# password is the password used to encrypt the keys. Leave it empty to
generate a random one.
password: ${step_ca_password}
# provisioner contains the step-certificates provisioner configuration.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]