From b631e5b0c89d1d4614bb9cec7266bf3dbf71f585 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 18 Aug 2025 07:14:56 -0400 Subject: [PATCH] actual fix port --- apps/actual/deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/actual/deployment.yaml b/apps/actual/deployment.yaml index be95425..799248c 100644 --- a/apps/actual/deployment.yaml +++ b/apps/actual/deployment.yaml @@ -16,8 +16,11 @@ spec: - name: actual image: docker.io/actualbudget/actual-server:latest imagePullPolicy: Always + env: + - name: ACTUAL_PORT + value: 8080 ports: - - containerPort: 5006 + - containerPort: 8080 name: http protocol: TCP volumeMounts: