12345678910111213141516171819202122232425262728 |
- image:
- repository: actualbudget/actual-server
- pullPolicy: IfNotPresent
- tag: 25.3.1
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- actualConfig:
- additionalEnvs: []
- actualNetwork:
- webPort: 31012
- certificateID:
- hostNetwork: false
- actualRunAs:
- user: 568
- group: 568
- actualStorage:
- data:
- type: ixVolume
- ixVolumeConfig:
- datasetName: data
- additionalStorages: []
|