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:
|
secretKeyRef:
|
||||||
name: listmonk-secrets
|
name: listmonk-secrets
|
||||||
key: app_key
|
key: app_key
|
||||||
|
- name: LISTMONK_app__address
|
||||||
|
value: "0.0.0.0:9000"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: uploads
|
- name: uploads
|
||||||
mountPath: /listmonk/uploads
|
mountPath: /listmonk/uploads
|
||||||
|
|||||||
Reference in New Issue
Block a user