feat: install PairDrop

This commit is contained in:
Khue Doan 2024-03-13 18:26:03 +07:00
parent 5dc86c77c6
commit 946203aac0
2 changed files with 39 additions and 0 deletions

7
apps/pairdrop/Chart.yaml Normal file
View File

@ -0,0 +1,7 @@
apiVersion: v2
name: pairdrop
version: 0.0.0
dependencies:
- name: app-template
version: 2.6.0
repository: https://bjw-s.github.io/helm-charts

32
apps/pairdrop/values.yaml Normal file
View File

@ -0,0 +1,32 @@
app-template:
controllers:
main:
containers:
main:
image:
repository: lscr.io/linuxserver/pairdrop
tag: 1.10.7
service:
main:
ports:
http:
port: 3000
protocol: HTTP
ingress:
main:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: &host drop.khuedoan.com
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
secretName: pairdrop-tls-certificate