added release names
This commit is contained in:
@@ -14,6 +14,7 @@ spec:
|
||||
chart: immich
|
||||
targetRevision: 0.x
|
||||
helm:
|
||||
releaseName: immich
|
||||
valuesObject:
|
||||
immich:
|
||||
persistence:
|
||||
@@ -43,10 +44,10 @@ spec:
|
||||
name: immich-pg-app
|
||||
key: dbname
|
||||
- name: REDIS_HOSTNAME
|
||||
value: immich-main-chart-redis-master
|
||||
value: immich-redis-master
|
||||
# value: '{{ printf "%s-redis-master" .Release.Name }}'
|
||||
- name: IMMICH_MACHINE_LEARNING_URL
|
||||
value: "http://immich-main-chart-machine-learning:3003"
|
||||
value: "http://immich-machine-learning:3003"
|
||||
# value: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
|
||||
Reference in New Issue
Block a user