adds standard labels to phabricator chart pvc's (#322)

This commit is contained in:
Sameer Naik
2017-01-04 09:45:04 -08:00
committed by Lachlan Evenson
parent 5275c07a1c
commit 5f09a225bb
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: phabricator
version: 0.4.0
version: 0.4.1
description: Collection of open source web applications that help software companies build better software.
keywords:
- phabricator
@@ -3,6 +3,11 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: {{ template "fullname" . }}-apache
labels:
app: {{ template "fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
annotations:
volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.apache.storageClass | quote }}
spec:
@@ -3,6 +3,11 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: {{ template "fullname" . }}-phabricator
labels:
app: {{ template "fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
annotations:
volume.alpha.kubernetes.io/storage-class: {{ .Values.persistence.phabricator.storageClass | quote }}
spec:
+1 -1
View File
@@ -46,7 +46,7 @@ phabricatorFirstName: First Name
phabricatorLastName: Last Name
## SMTP mail delivery configuration
## ref: https://github.com/bitnami/bitnami-docker-redmine/#smtp-configuration
## ref: https://github.com/bitnami/bitnami-docker-phabricator/#smtp-configuration
##
# smtpHost:
# smtpPort: