diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-06 10:15:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-06 10:15:20 +0300 |
| commit | 0365b7e657439e48012c3823149978036efd8a78 (patch) | |
| tree | e58a605ceb129027cd476615175e948a59c1be69 | |
| parent | ff129acf9dd3c04125ecb412fc66fdb7844430d4 (diff) | |
immich: fix chart value structure - image tag under server/ml controllers, remove duplicate controllers.server
Amp-Thread-ID: https://ampcode.com/threads/T-019d6154-8fdf-74fe-b865-f796d8a4214a
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index cc5ccb0..efa082e 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -34,6 +34,12 @@ spec: existingClaim: "immich-library-pvc" server: enabled: true + controllers: + main: + containers: + main: + image: + tag: v2.5.5 resources: requests: cpu: 500m @@ -140,30 +146,6 @@ spec: storageClass: "" existingClaim: "immich-ml-cache-pvc" controllers: - server: - containers: - main: - image: - tag: v2.5.5 - resources: - requests: - cpu: 500m - memory: 512Mi - limits: - memory: 4Gi - pod: - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - machine-learning - topologyKey: "kubernetes.io/hostname" main: containers: main: |
