Merge pull request #11 from billimek/parallel_podManagementPolicy

Use Parallel pod management policy
This commit is contained in:
Jeff Billimek 2019-03-12 07:46:57 -04:00 committed by GitHub
commit 9ed7568c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: amd64-v21.0-r2296-ls5 appVersion: amd64-v21.0-r2296-ls5
description: NZBGet is a Usenet downloader client description: NZBGet is a Usenet downloader client
name: nzbget name: nzbget
version: 1.1.1 version: 1.1.2
keywords: keywords:
- nzbget - nzbget
- usenet - usenet

View File

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
podManagementPolicy: "Parallel"
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: amd64-0.2.0.1318-ls6 appVersion: amd64-0.2.0.1318-ls6
description: Radarr is a movie downloading client description: Radarr is a movie downloading client
name: radarr name: radarr
version: 1.1.0 version: 1.1.1
keywords: keywords:
- radarr - radarr
- usenet - usenet

View File

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
podManagementPolicy: "Parallel"
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.9.7-0.13.7 appVersion: 0.9.7-0.13.7
description: flood-rtorrent description: flood-rtorrent
name: rtorrent-flood name: rtorrent-flood
version: 1.1.0 version: 1.1.1
keywords: keywords:
- rtorrent - rtorrent
- flood - flood

View File

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
podManagementPolicy: "Parallel"
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: amd64-2.0.0.5318-ls31 appVersion: amd64-2.0.0.5318-ls31
description: Sonarr is a television show downloading client description: Sonarr is a television show downloading client
name: sonarr name: sonarr
version: 1.1.1 version: 1.1.2
keywords: keywords:
- sonarr - sonarr
- usenet - usenet

View File

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
podManagementPolicy: "Parallel"
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels: