Skip to content
Snippets Groups Projects
Unverified Commit 6d99c21f authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Removed replicaset option (#154)

parent d721b45a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ type: application ...@@ -7,7 +7,7 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.2.4 version: 0.2.5
appVersion: "3.40.1" appVersion: "3.40.1"
......
# Ghost # Ghost
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.40.1](https://img.shields.io/badge/AppVersion-3.40.1-informational?style=flat-square) ![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.40.1](https://img.shields.io/badge/AppVersion-3.40.1-informational?style=flat-square)
A Helm chart for Ghost blog on Kubernetes A Helm chart for Ghost blog on Kubernetes
...@@ -75,7 +75,6 @@ $ helm uninstall my-release ...@@ -75,7 +75,6 @@ $ helm uninstall my-release
| serviceAccount.annotations | object | `{}` | Additional service account annotations | | serviceAccount.annotations | object | `{}` | Additional service account annotations |
| affinity | object | `{}` | Affinity for pod assignment | | affinity | object | `{}` | Affinity for pod assignment |
| tolerations | list | `[]` | Tolerations for pod assignment | | tolerations | list | `[]` | Tolerations for pod assignment |
| replicaCount | int | `1` | Number of replicas |
## Service paramters ## Service paramters
......
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
labels: labels:
{{- include "ghost.labels" . | nindent 4 }} {{- include "ghost.labels" . | nindent 4 }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: 1
selector: selector:
matchLabels: matchLabels:
{{- include "ghost.selectorLabels" . | nindent 6 }} {{- include "ghost.selectorLabels" . | nindent 6 }}
......
## Default values for Ghost deployment ## Default values for Ghost deployment
## Number of replicas
replicaCount: 1
## Ghost docker image ## Ghost docker image
image: image:
repository: ghost repository: ghost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment