mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
fix: readd version history limit
This commit is contained in:
@@ -9,7 +9,6 @@ subdomain: audiobookshelf
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: baikal
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: blinko
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: bytestash
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: calibre-web
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: coder
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
serviceAccountName: "{release}-serviceaccount" # Will be templated
|
serviceAccountName: "{release}-serviceaccount" # Will be templated
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: esphome
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
hostNetwork: true # ESPHome needs hostNetwork for device discovery
|
hostNetwork: true # ESPHome needs hostNetwork for device discovery
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ metadata:
|
|||||||
app: "{{ .Release.Name }}-runner"
|
app: "{{ .Release.Name }}-runner"
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.actions.runner.replicas | default 1 }}
|
replicas: {{ .Values.actions.runner.replicas | default 1 }}
|
||||||
|
revisionHistoryLimit: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: "{{ .Release.Name }}-runner"
|
app: "{{ .Release.Name }}-runner"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ subdomain: code
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
revisionHistoryLimit: 2
|
||||||
|
|
||||||
# Container configuration - multiple ports
|
# Container configuration - multiple ports
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: gitea
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration - multiple ports
|
# Container configuration - multiple ports
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ subdomain: jellyfin
|
|||||||
deployment:
|
deployment:
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
|
|
||||||
# Container configuration
|
# Container configuration
|
||||||
container:
|
container:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ spec:
|
|||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 0
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: "{{ .Release.Name }}"
|
app: "{{ .Release.Name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user