13 lines
265 B
YAML
13 lines
265 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: immich-exporter
|
|
namespace: immich
|
|
labels:
|
|
app: immich-exporter
|
|
data:
|
|
# https://immich.app/docs/install/environment-variables/
|
|
IMMICH_HOST: 'immich-server.immich.svc.cluster.local'
|
|
IMMICH_PORT: '80'
|