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 5c4885a added step-ca
5c4885a is described below
commit 5c4885a81a9605aec4ee61e260af9592012716ae
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Fri Nov 22 00:09:55 2019 +0200
added step-ca
---
.../ssn-gke/main/modules/helm_charts/step-ca-chart/values.yaml | 9 ++-------
1 file changed, 2 insertions(+), 7 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 7f31504..13de15d 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
@@ -26,10 +26,6 @@ service:
type: ClusterIP
port: 443
targetPort: 9000
-# type: NodePort
-# nodePort: 32433
-# port: 443
-# targetPort: 9000
# ca contains the certificate authority configuration.
ca:
@@ -56,14 +52,13 @@ ca:
# enabled defines if the database is enabled.
enabled: true
# persistent defines if a Persistent Volume Claim is used, if false and
emptyDir will be used.
- persistent: false
+ persistent: true
# storeageClass is Persistent Volume Storage Class
# If defined, storageClassName: <storageClass>.
# If set to "-", storageClassName: "", which disables dynamic provisioning.
# If undefined or set to null, no storageClassName spec is set, choosing
the
# default provisioner (gp2 on AWS, standard on GKE, AWS & OpenStack).
- storageClass: ""
- # standard
+ storageClass: standard
# accessModes defines the Persistent Volume Access Mode.
accessModes:
- ReadWriteOnce
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]