Revert "fix(ENG-1068): normalize db service (#572)"

This reverts commit dbe6e87189.
This commit is contained in:
Σrebe - Romain GERARD
2022-02-02 16:25:25 +01:00
parent dbe6e87189
commit f759e5de07
47 changed files with 3100 additions and 1012 deletions

View File

@@ -135,7 +135,7 @@ clusterDomain: cluster.local
## Kubernetes service type
service:
## Specify an explicit service name.
name: {{ service_name }}
# name: svc-mongo
## Provide any additional annotations which may be required.
## The value is evaluated as a template, so, for example, the value can depend on .Release or .Chart
{% if publicly_accessible -%}

View File

@@ -501,7 +501,6 @@ service:
## MySQL Service type
##
type: {% if publicly_accessible -%} LoadBalancer {% else -%} ClusterIP {% endif %}
name: {{ service_name }}
## MySQL Service port
##

View File

@@ -249,7 +249,6 @@ ldap:
service:
## PosgresSQL service type
type: {% if publicly_accessible -%} LoadBalancer {% else -%} ClusterIP {% endif %}
name: {{ service_name }}
# clusterIP: None
port: 5432

View File

@@ -369,7 +369,6 @@ master:
service:
## Redis Master Service type
type: {% if publicly_accessible -%} LoadBalancer {% else -%} ClusterIP {% endif %}
name: {{ service_name }}
port: 6379
## Specify the nodePort value for the LoadBalancer and NodePort service types.