Trying without the release name
This commit is contained in:
@@ -13,6 +13,39 @@ spec:
|
|||||||
targetRevision: 0.x
|
targetRevision: 0.x
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
|
immich:
|
||||||
|
persistence:
|
||||||
|
library:
|
||||||
|
existingClaim: immich-library
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
env:
|
||||||
|
- name: DB_HOSTNAME
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: immich-pg-app
|
||||||
|
key: host
|
||||||
|
- name: DB_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: immich-pg-app
|
||||||
|
key: password
|
||||||
|
- name: DB_USERNAME
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: immich-pg-app
|
||||||
|
key: username
|
||||||
|
- name: DB_DATABASE_NAME
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: immich-pg-app
|
||||||
|
key: dbname
|
||||||
|
- name: REDIS_HOSTNAME
|
||||||
|
value: immich-redis-master
|
||||||
|
# value: '{{ printf "%s-redis-master" .Release.Name }}'
|
||||||
|
- name: IMMICH_MACHINE_LEARNING_URL
|
||||||
|
value: "http://immich-machine-learning:3003"
|
||||||
|
# value: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||||
namespace: {{ .Values.mainNamespace }}
|
namespace: {{ .Values.mainNamespace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user