Synchronize upstreamed folder to 0238e09de

This commit is contained in:
bitnami-bot
2019-04-09 18:37:28 +00:00
parent f5ce4ed8a7
commit f6a0a61295
8 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: parse
version: 6.2.2
version: 6.2.3
appVersion: 3.2.3
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
keywords:

View File

@@ -6,6 +6,13 @@ Expand the name of the chart.
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create chart name and version as used by the chart label.
*/}}
{{- define "parse.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).

View File

@@ -5,7 +5,7 @@ metadata:
name: {{ template "parse.fullname" . }}-dashboard
labels:
app: {{ template "parse.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
chart: {{ template "parse.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
component: "dashboard"

View File

@@ -4,8 +4,8 @@ kind: Ingress
metadata:
name: {{ template "parse.fullname" . }}
labels:
app: "{{ template "parse.fullname" . }}"
chart: "{{ template "parse.chart" . }}"
app: {{ template "parse.fullname" . }}
chart: {{ template "parse.chart" . }}
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
annotations:
@@ -17,7 +17,8 @@ metadata:
{{- end }}
spec:
rules:
{{- range .Values.ingress.dashbard.hosts }}
{{- if .Values.dashboard.enabled }}
{{- range .Values.ingress.dashboard.hosts }}
- host: {{ .name }}
http:
paths:
@@ -26,6 +27,7 @@ spec:
serviceName: {{ template "parse.fullname" $ }}
servicePort: dashboard-http
{{- end }}
{{- end }}
{{- range .Values.ingress.server.hosts }}
- host: {{ .name }}
http:
@@ -36,6 +38,7 @@ spec:
servicePort: server-http
{{- end }}
tls:
{{- if .Values.dashboard.enabled }}
{{- range .Values.ingress.dashboard.hosts }}
{{- if .tls }}
- hosts:
@@ -49,6 +52,7 @@ spec:
secretName: {{ .tlsSecret }}
{{- end }}
{{- end }}
{{- end }}
{{- range .Values.ingress.server.hosts }}
{{- if .tls }}
- hosts:

View File

@@ -5,7 +5,7 @@ metadata:
name: {{ template "parse.fullname" . }}
labels:
app: {{ template "parse.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
chart: {{ template "parse.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:

View File

@@ -4,7 +4,7 @@ metadata:
name: {{ template "parse.fullname" . }}
labels:
app: {{ template "parse.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
chart: {{ template "parse.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
type: Opaque

View File

@@ -4,7 +4,7 @@ metadata:
name: {{ template "parse.fullname" . }}-server
labels:
app: {{ template "parse.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
chart: {{ template "parse.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
component: "server"

View File

@@ -4,7 +4,7 @@ metadata:
name: {{ template "parse.fullname" . }}
labels:
app: {{ template "parse.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
chart: {{ template "parse.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec: