Synchronize upstreamed folder to 53cd1fa

This commit is contained in:
bitnami-bot
2018-08-13 10:36:18 +00:00
parent 271b67cd49
commit 9ec5f4c704
7 changed files with 33 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
name: mariadb
version: 4.3.2
version: 4.3.3
appVersion: 10.1.35
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:

View File

@@ -18,6 +18,13 @@ spec:
- name: mysql
port: {{ .Values.service.port }}
targetPort: mysql
{{- if eq .Values.service.type "NodePort" }}
{{- if .Values.service.nodePort }}
{{- if .Values.service.nodePort.master }}
nodePort: {{ .Values.service.nodePort.master }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics
port: 9104

View File

@@ -19,6 +19,13 @@ spec:
- name: mysql
port: {{ .Values.service.port }}
targetPort: mysql
{{- if (eq .Values.service.type "NodePort") }}
{{- if .Values.service.nodePort }}
{{- if .Values.service.nodePort.slave }}
nodePort: {{ .Values.service.nodePort.slave }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics
port: 9104
@@ -28,4 +35,4 @@ spec:
app: "{{ template "mariadb.name" . }}"
component: "slave"
release: "{{ .Release.Name }}"
{{- end }}
{{- end }}

View File

@@ -18,9 +18,15 @@ image:
# - myRegistrKeySecretName
service:
## Kubernetes service type
## Kubernetes service type, ClusterIP and NodePort are supported at present
type: ClusterIP
port: 3306
## Specify the nodePort value for the LoadBalancer and NodePort service types.
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
##
# nodePort:
# master: 30001
# slave: 30002
rootUser:
## MariaDB admin password

View File

@@ -18,9 +18,15 @@ image:
# - myRegistrKeySecretName
service:
## Kubernetes service type
## Kubernetes service type, ClusterIP and NodePort are supported at present
type: ClusterIP
port: 3306
## Specify the nodePort value for the LoadBalancer and NodePort service types.
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
##
# nodePort:
# master: 30001
# slave: 30002
rootUser:
## MariaDB admin password