mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Revert "fix(ENG-1068): normalize db service (#572)"
This reverts commit dbe6e87189.
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
@@ -501,7 +501,6 @@ service:
|
||||
## MySQL Service type
|
||||
##
|
||||
type: {% if publicly_accessible -%} LoadBalancer {% else -%} ClusterIP {% endif %}
|
||||
name: {{ service_name }}
|
||||
|
||||
## MySQL Service port
|
||||
##
|
||||
|
||||
@@ -249,7 +249,6 @@ ldap:
|
||||
service:
|
||||
## PosgresSQL service type
|
||||
type: {% if publicly_accessible -%} LoadBalancer {% else -%} ClusterIP {% endif %}
|
||||
name: {{ service_name }}
|
||||
# clusterIP: None
|
||||
port: 5432
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user