Files
k8scd/immich/immich.patch.yaml
T
2024-12-14 22:44:15 +01:00

20 lines
439 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/instance: helm-immich
name: helm-immich-server
namespace: immich
spec:
template:
spec:
containers:
- startupProbe:
failureThreshold: 40
httpGet:
path: /api/server/ping
port: http
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1