mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
Update Ghost revision to 0.7.9-2 - improvements
This commit is contained in:
@@ -70,7 +70,18 @@ $ helmc generate --force ghost
|
||||
$ helmc install ghost
|
||||
```
|
||||
|
||||
You should now be able to access the application using the external IP reserved for the Ghost service.
|
||||
> Note:
|
||||
>
|
||||
> If you want to use a FQDN associated the IP reserved for the Load Balancer. You need to configure Ghost service properly.
|
||||
|
||||
|
||||
Edit values.toml and update ghostHost with the FQDN associated to the reserved IP, regenerate the chart and install.
|
||||
```bash
|
||||
$ helmc generate --force ghost
|
||||
$ helmc install ghost
|
||||
```
|
||||
|
||||
You should now be able to access the application using the external IP reserved for the Ghost service (or the FQDN if configured).
|
||||
|
||||
The default credentials are:
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: mariadb
|
||||
key: mariadb-root-password
|
||||
- name: GHOST_HOSTNAME
|
||||
- name: GHOST_HOST
|
||||
value: ""
|
||||
- name: GHOST_HOSTPORT
|
||||
value: "80"
|
||||
|
||||
@@ -34,8 +34,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: mariadb
|
||||
key: mariadb-root-password
|
||||
- name: GHOST_HOSTNAME
|
||||
value: {{ default .ghostHostIP .ghostHostname | quote }}
|
||||
- name: GHOST_HOST
|
||||
value: {{ default .ghostHostIP .ghostHost | quote }}
|
||||
- name: GHOST_HOSTPORT
|
||||
value: {{ default .ghostHostPort | quote }}
|
||||
- name: GHOST_USERNAME
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ghostHostname = ""
|
||||
ghostHost = ""
|
||||
ghostHostIP = ""
|
||||
ghostHostPort = "80"
|
||||
ghostUser = "user"
|
||||
|
||||
Reference in New Issue
Block a user