Limit deployment revision history

This commit is contained in:
Arvind Prabhakar 2026-09-06 19:59:03 +00:00
commit abafde59e7
10 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ metadata:
name: forgejo
namespace: {{ .Values.namespace }}
spec:
revisionHistoryLimit: 3
replicas: 1
selector:
matchLabels:

View file

@ -4,6 +4,7 @@ metadata:
name: leantime
namespace: {{ .Values.namespace }}
spec:
revisionHistoryLimit: 3
replicas: 1
selector:
matchLabels:

View file

@ -4,6 +4,7 @@ metadata:
name: pgadmin
namespace: {{ .Values.namespace }}
spec:
revisionHistoryLimit: 3
replicas: 1
selector:
matchLabels:

View file

@ -4,6 +4,7 @@ metadata:
name: phpmyadmin
namespace: {{ .Values.namespace }}
spec:
revisionHistoryLimit: 3
replicas: 1
selector:
matchLabels:

View file

@ -4,6 +4,7 @@ metadata:
name: symcrest-web
namespace: {{ .Values.namespace }}
spec:
revisionHistoryLimit: 3
replicas: {{ .Values.replicaCount }}
selector:
matchLabels: