revisionHistoryLimit: 1
This commit is contained in:
parent
f66cea38ea
commit
88970e3c79
@ -5,6 +5,7 @@ metadata:
|
|||||||
namespace: adguard
|
namespace: adguard
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: adguard
|
app: adguard
|
||||||
|
@ -7,6 +7,7 @@ metadata:
|
|||||||
namespace: emby
|
namespace: emby
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
@ -47,7 +48,7 @@ spec:
|
|||||||
subPath: music
|
subPath: music
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
gpu.intel.com/i915: 1 # requesting 1 GPU
|
gpu.intel.com/i915: "1" # requesting 1 GPU
|
||||||
cpu: "0.3"
|
cpu: "0.3"
|
||||||
memory: "2G"
|
memory: "2G"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
name: gitea
|
name: gitea
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: gitea
|
app: gitea
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
name: homepage
|
name: homepage
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: homepage
|
app: homepage
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
name: nextcloud
|
name: nextcloud
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: nextcloud
|
app: nextcloud
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
name: paperless-webserver
|
name: paperless-webserver
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: paperless-webserver
|
app: paperless-webserver
|
||||||
|
@ -12,6 +12,7 @@ spec:
|
|||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/instance: sftpgo
|
app.kubernetes.io/instance: sftpgo
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: vaultwarden
|
app: vaultwarden
|
||||||
|
@ -6,6 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
minReadySeconds: 0
|
minReadySeconds: 0
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: traefik
|
app: traefik
|
||||||
|
@ -5,6 +5,8 @@ metadata:
|
|||||||
app: grafana
|
app: grafana
|
||||||
name: grafana
|
name: grafana
|
||||||
spec:
|
spec:
|
||||||
|
revisionHistoryLimit: 1
|
||||||
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana
|
app: grafana
|
||||||
|
Loading…
x
Reference in New Issue
Block a user