fix: readd version history limit

This commit is contained in:
Morten Olsen
2026-01-02 09:29:40 +01:00
parent faaad9dac4
commit a00629694c
12 changed files with 2 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ subdomain: audiobookshelf
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -9,7 +9,6 @@ subdomain: baikal
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -9,7 +9,6 @@ subdomain: blinko
deployment:
strategy: RollingUpdate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -9,7 +9,6 @@ subdomain: bytestash
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -9,7 +9,6 @@ subdomain: calibre-web
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -9,7 +9,6 @@ subdomain: coder
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
serviceAccountName: "{release}-serviceaccount" # Will be templated
# Container configuration

View File

@@ -9,7 +9,6 @@ subdomain: esphome
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
hostNetwork: true # ESPHome needs hostNetwork for device discovery
# Container configuration

View File

@@ -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"

View File

@@ -9,7 +9,7 @@ subdomain: code
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
revisionHistoryLimit: 2
# Container configuration - multiple ports
container:

View File

@@ -9,7 +9,6 @@ subdomain: gitea
deployment:
strategy: RollingUpdate
replicas: 1
revisionHistoryLimit: 0
# Container configuration - multiple ports
container:

View File

@@ -9,7 +9,6 @@ subdomain: jellyfin
deployment:
strategy: Recreate
replicas: 1
revisionHistoryLimit: 0
# Container configuration
container:

View File

@@ -6,7 +6,6 @@ spec:
strategy:
type: Recreate
replicas: 1
revisionHistoryLimit: 0
selector:
matchLabels:
app: "{{ .Release.Name }}"