mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-05 05:19:59 +00:00
add actual again
This commit is contained in:
29
apps/actual/deployment.yaml
Normal file
29
apps/actual/deployment.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: actual
|
||||
namespace: actual
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: actual
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: actual
|
||||
spec:
|
||||
containers:
|
||||
- name: actual
|
||||
image: docker.io/actualbudget/actual-server:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5006
|
||||
name: http
|
||||
protocol: TCP
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: actual-data
|
||||
Reference in New Issue
Block a user