mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
switching flood chart to satefulset
This commit is contained in:
parent
1e8a792bf6
commit
5f2010a1a6
@ -2,12 +2,13 @@ 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: 0.0.2
|
version: 1.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- rtorrent
|
- rtorrent
|
||||||
- flood
|
- flood
|
||||||
- torrrent
|
- torrrent
|
||||||
home: https://github.com/Wonderfall/docker-rtorrent-flood
|
home: https://github.com/Wonderfall/docker-rtorrent-flood
|
||||||
|
icon: https://github.com/jfurrow/flood/blob/master/flood.png?raw=true
|
||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/wonderfall/rtorrent-flood
|
- https://hub.docker.com/r/wonderfall/rtorrent-flood
|
||||||
- https://github.com/billimek/billimek-charts/rtorrent-flood
|
- https://github.com/billimek/billimek-charts/rtorrent-flood
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: StatefulSet
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "rtorrent-flood.fullname" . }}
|
name: {{ template "rtorrent-flood.fullname" . }}
|
||||||
labels:
|
labels:
|
Loading…
Reference in New Issue
Block a user