diff --git a/immich-argocd-apps/templates/immich-main-chart.yaml b/immich-argocd-apps/templates/immich-main-chart.yaml index 39c83ee..9dabdf1 100644 --- a/immich-argocd-apps/templates/immich-main-chart.yaml +++ b/immich-argocd-apps/templates/immich-main-chart.yaml @@ -41,10 +41,10 @@ spec: name: immich-pg-app key: dbname - name: REDIS_HOSTNAME - value: immich-redis-master + value: immich-main-chart-redis-master # value: '{{ printf "%s-redis-master" .Release.Name }}' - name: IMMICH_MACHINE_LEARNING_URL - value: "http://immich-machine-learning:3003" + value: "http://immich-main-chart-machine-learning:3003" # value: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}' destination: server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster