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:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: baikal
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: blinko
|
||||
deployment:
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: bytestash
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: calibre-web
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: coder
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
serviceAccountName: "{release}-serviceaccount" # Will be templated
|
||||
|
||||
# Container configuration
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: esphome
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
hostNetwork: true # ESPHome needs hostNetwork for device discovery
|
||||
|
||||
# Container configuration
|
||||
|
||||
@@ -7,6 +7,7 @@ metadata:
|
||||
app: "{{ .Release.Name }}-runner"
|
||||
spec:
|
||||
replicas: {{ .Values.actions.runner.replicas | default 1 }}
|
||||
revisionHistoryLimit: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: "{{ .Release.Name }}-runner"
|
||||
|
||||
@@ -9,7 +9,7 @@ subdomain: code
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
revisionHistoryLimit: 2
|
||||
|
||||
# Container configuration - multiple ports
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: gitea
|
||||
deployment:
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration - multiple ports
|
||||
container:
|
||||
|
||||
@@ -9,7 +9,6 @@ subdomain: jellyfin
|
||||
deployment:
|
||||
strategy: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
# Container configuration
|
||||
container:
|
||||
|
||||
@@ -6,7 +6,6 @@ spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: "{{ .Release.Name }}"
|
||||
|
||||
Reference in New Issue
Block a user