mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Rename *_PORT env vars to *_PORT_NUMBER (#1216)
This commit is contained in:
committed by
Lachlan Evenson
parent
9cd74016e0
commit
15f457d263
@@ -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
|
||||
|
||||
@@ -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,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'
|
||||
|
||||
Reference in New Issue
Block a user