| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 1 | pcloudInstanceId: example |
| 2 | image: |
| 3 | repository: lscr.io/linuxserver/qbittorrent |
| Giorgi Lekveishvili | c647025 | 2023-06-02 14:50:39 +0400 | [diff] [blame] | 4 | tag: 4.5.3 |
| giolekva | ef76a3e | 2022-01-10 12:22:28 +0400 | [diff] [blame] | 5 | pullPolicy: IfNotPresent |
| 6 | ingress: |
| 7 | className: example-private |
| 8 | domain: utorrent.p.example.com |
| 9 | webui: |
| 10 | port: 8080 |
| 11 | bittorrent: |
| 12 | port: 6881 |
| 13 | storage: |
| 14 | size: 100Gi |
| 15 | samba: |
| 16 | image: |
| 17 | repository: dperson/samba |
| 18 | tag: latest |
| 19 | pullPolicy: IfNotPresent |
| 20 | creds: |
| 21 | username: foo |
| 22 | password: bar |