Rename *_PORT env vars to *_PORT_NUMBER (#1216)

This commit is contained in:
tompizmor
2017-06-06 11:10:14 -07:00
committed by Lachlan Evenson
parent 9cd74016e0
commit 15f457d263
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: ghost
version: 0.4.9
version: 0.4.10
description: A simple, powerful publishing platform that allows you to share your stories with the world
keywords:
- ghost
+2 -2
View File
@@ -22,7 +22,7 @@ spec:
env:
- name: MARIADB_HOST
value: {{ template "mariadb.fullname" . }}
- name: MARIADB_PORT
- name: MARIADB_PORT_NUMBER
value: "3306"
- name: MARIADB_PASSWORD
valueFrom:
@@ -31,7 +31,7 @@ spec:
key: mariadb-root-password
- name: GHOST_HOST
value: {{ include "host" . | quote }}
- name: GHOST_PORT
- name: GHOST_PORT_NUMBER
{{- if eq .Values.serviceType "ClusterIP" }}
value: "2368"
{{- else }}
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami Ghost image version
## ref: https://hub.docker.com/r/bitnami/ghost/tags/
##
image: bitnami/ghost:0.11.9-r0
image: bitnami/ghost:0.11.9-r2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'