This commit is contained in:
2024-05-03 10:28:31 +02:00
parent acd8cfde84
commit bd08d69e0e
11 changed files with 59 additions and 17 deletions

View File

@ -19,4 +19,9 @@ spec:
- image: registry.hub.docker.com/library/redis:6.2-alpine@sha256:84882e87b54734154586e5f8abd4dce69fe7311315e2fc6d67c29614c8de2672
name: immich-redis
resources: {}
ports:
- name: http
containerPort: 6379
hostPort: 6379
protocol: TCP
restartPolicy: Always