switching nzbget chart to satefulset

This commit is contained in:
Jeff Billimek 2019-03-10 07:50:13 -04:00
parent 58d7deffa7
commit 43a2f362fb
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: 153 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: 0.1.4 version: 1.0.0
keywords: keywords:
- nzbget - nzbget
- usenet - usenet

View File

@ -1,5 +1,5 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: StatefulSet
metadata: metadata:
name: {{ include "nzbget.fullname" . }} name: {{ include "nzbget.fullname" . }}
labels: labels:

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: linuxserver/nzbget repository: linuxserver/nzbget
tag: 153 tag: amd64-v21.0-r2296-ls5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
nameOverride: "" nameOverride: ""