Compare commits
9 commits
3d35b04819
...
c67c46b7df
Author | SHA1 | Date | |
---|---|---|---|
c67c46b7df | |||
650c456868 | |||
71a1f32c13 | |||
d9d51a1dec | |||
172014281f | |||
5f987eaf32 | |||
33da3134e3 | |||
1dbe3d3817 | |||
687d063ed2 |
5 changed files with 14 additions and 14 deletions
|
@ -32,7 +32,7 @@ spec:
|
|||
rbac-proxy:
|
||||
image:
|
||||
repository: gcr.io/kubebuilder/kube-rbac-proxy
|
||||
tag: v0.15.0
|
||||
tag: v0.16.0
|
||||
args:
|
||||
- "--secure-listen-address=0.0.0.0:8443"
|
||||
- "--upstream=http://127.0.0.1:8080/"
|
||||
|
|
|
@ -28,7 +28,11 @@ spec:
|
|||
immich-machine-learning:
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
strategy: RollingUpdate
|
||||
strategy: Recreate
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
app:
|
||||
image:
|
||||
|
@ -59,10 +63,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
runtimeClassName: nvidia
|
||||
service:
|
||||
app:
|
||||
controller: immich-machine-learning
|
||||
|
|
|
@ -26,9 +26,13 @@ spec:
|
|||
values:
|
||||
controllers:
|
||||
immich-microservices:
|
||||
strategy: RollingUpdate
|
||||
strategy: Recreate
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
runtimeClassName: nvidia
|
||||
containers:
|
||||
app:
|
||||
image:
|
||||
|
@ -42,7 +46,7 @@ spec:
|
|||
cpu: 100m
|
||||
memory: 250Mi
|
||||
limits:
|
||||
memory: 1000Mi
|
||||
memory: 4000Mi
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
@ -62,10 +66,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: immich-pguser-immich
|
||||
key: uri
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
runtimeClassName: nvidia
|
||||
service:
|
||||
app:
|
||||
controller: immich-microservices
|
||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: thanos
|
||||
version: 14.0.2
|
||||
version: 15.0.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bitnami
|
||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
|||
gluetun:
|
||||
image:
|
||||
repository: ghcr.io/qdm12/gluetun
|
||||
tag: latest@sha256:7f37d851496bc0eae576e396363c8f62a34b4350107321acc6d3fc4698152201
|
||||
tag: latest@sha256:4e152816dd900e2bee14f2a686987933392a969d11557ed70900da67bd8d303e
|
||||
env:
|
||||
VPN_SERVICE_PROVIDER: custom
|
||||
VPN_TYPE: wireguard
|
||||
|
|
Loading…
Reference in a new issue