fix: bind listmonk to 0.0.0.0:9000 so k8s service can route traffic
This commit is contained in:
@@ -87,6 +87,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: listmonk-secrets
|
||||
key: app_key
|
||||
- name: LISTMONK_app__address
|
||||
value: "0.0.0.0:9000"
|
||||
volumeMounts:
|
||||
- name: uploads
|
||||
mountPath: /listmonk/uploads
|
||||
|
||||
Reference in New Issue
Block a user