mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
actual fix port
This commit is contained in:
@@ -16,8 +16,11 @@ spec:
|
|||||||
- name: actual
|
- name: actual
|
||||||
image: docker.io/actualbudget/actual-server:latest
|
image: docker.io/actualbudget/actual-server:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
env:
|
||||||
|
- name: ACTUAL_PORT
|
||||||
|
value: 8080
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5006
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user