mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[homebridge] Missing strategyType in homebridge deployment (#110)
* Missing strategyType in homebridge deployment * Update Chart.yaml * Update values.yaml Co-authored-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
8946802950
commit
5f0a25248b
@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.0
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
name: homebridge
|
||||
description: A lightweight NodeJS server that emulates the iOS HomeKit API
|
||||
type: application
|
||||
|
@ -6,6 +6,8 @@ metadata:
|
||||
{{- include "homebridge.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
strategy:
|
||||
type: {{ .Values.strategyType }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "homebridge.selectorLabels" . | nindent 6 }}
|
||||
|
@ -12,6 +12,9 @@ imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||
strategyType: Recreate
|
||||
|
||||
timezone: "UTC"
|
||||
puid: 1000
|
||||
pgid: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user