mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 15:54:34 +07:00
feat: install PairDrop
This commit is contained in:
parent
5dc86c77c6
commit
946203aac0
7
apps/pairdrop/Chart.yaml
Normal file
7
apps/pairdrop/Chart.yaml
Normal 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
32
apps/pairdrop/values.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user