better kustomization using remote git refs (instead of git submodules)
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
| # These entries are shared between all the Immich components | # These entries are shared between all the Immich components | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' |   # REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' | ||||||
|   DB_HOSTNAME: "immich-postgres-rw" |   DB_HOSTNAME: "immich-postgres-rw" | ||||||
|   DB_USERNAME:  |   DB_USERNAME:  | ||||||
|     valueFrom: |     valueFrom: | ||||||
| @@ -42,7 +42,7 @@ postgresql: | |||||||
|   enabled: false |   enabled: false | ||||||
|  |  | ||||||
| redis: | redis: | ||||||
|   enabled: true |   enabled: false | ||||||
|   architecture: standalone |   architecture: standalone | ||||||
|   auth: |   auth: | ||||||
|     enabled: false |     enabled: false | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ resources: | |||||||
|   - grafana-admin.sealedsecret.yaml |   - grafana-admin.sealedsecret.yaml | ||||||
|   # grafana dashboards are provisioned from a git repository |   # grafana dashboards are provisioned from a git repository | ||||||
|   # in the initial bootstrap of the app of apps, the git repo won't be available, so this sync will initially fail |   # in the initial bootstrap of the app of apps, the git repo won't be available, so this sync will initially fail | ||||||
|   - https://git.kluster.moll.re/remoll/grafana-dashboards/raw/branch/main/kustomization.yaml |   - https://git.kluster.moll.re/remoll/grafana-dashboards//?timeout=10&ref=main | ||||||
|  |  | ||||||
|  |  | ||||||
| helmCharts: | helmCharts: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user