Reorganized for new stable/waypoint versioning design.
This commit is contained in:
22
immich/versions/1/manifest.yaml
Normal file
22
immich/versions/1/manifest.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: 1.135.3-1
|
||||
requires:
|
||||
- name: redis
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: immich
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
storage: 250Gi
|
||||
cacheStorage: 10Gi
|
||||
domain: immich.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
db:
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
name: immich
|
||||
user: immich
|
||||
redis:
|
||||
host: '{{ .apps.redis.host }}'
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
requiredSecrets:
|
||||
- redis.password
|
||||
- postgres.password
|
||||
Reference in New Issue
Block a user