2024-10-02 13:45:13 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: piped
|
|
|
|
spec:
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: app-template
|
2024-10-10 06:01:18 -05:00
|
|
|
version: 3.5.1
|
2024-10-02 13:45:13 -05:00
|
|
|
interval: 30m
|
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bjw-s
|
|
|
|
namespace: flux-system
|
|
|
|
interval: 30m
|
|
|
|
values:
|
|
|
|
defaultPodOptions:
|
|
|
|
automountServiceAccountToken: false
|
2024-10-17 20:41:59 -05:00
|
|
|
securityContext:
|
|
|
|
runAsUser: 1000
|
|
|
|
runAsGroup: 1000
|
|
|
|
fsGroup: 1000
|
|
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
2024-10-02 13:45:13 -05:00
|
|
|
|
|
|
|
controllers:
|
|
|
|
backend:
|
|
|
|
strategy: RollingUpdate
|
|
|
|
annotations:
|
|
|
|
secret.reloader.stakater.com/reload: piped-secret
|
|
|
|
|
|
|
|
containers:
|
|
|
|
app:
|
|
|
|
image:
|
|
|
|
repository: 1337kavin/piped
|
|
|
|
tag: latest@sha256:e9938cdda0745c4986d4add0f255777d3989849b851f290d94a4ab2b21c25384
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 500Mi
|
|
|
|
limits:
|
|
|
|
memory: 2000Mi
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|
|
|
|
seccompProfile:
|
|
|
|
type: RuntimeDefault
|
|
|
|
|
|
|
|
frontend:
|
|
|
|
strategy: RollingUpdate
|
|
|
|
|
|
|
|
containers:
|
|
|
|
app:
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/bjw-s-labs/piped-frontend
|
2024-10-28 01:32:51 -05:00
|
|
|
tag: 2024.10.28@sha256:32787f43c388a6d1016fa07e41d0099a9bb87bf5a43cacf1b8b65ba79d62dc03
|
2024-10-02 13:45:13 -05:00
|
|
|
env:
|
|
|
|
BACKEND_HOSTNAME: piped-api.hsn.dev
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 32Mi
|
|
|
|
limits:
|
|
|
|
memory: 256Mi
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
2024-10-17 20:41:59 -05:00
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|
|
|
|
readOnlyRootFilesystem: true
|
2024-10-02 13:45:13 -05:00
|
|
|
|
|
|
|
ytproxy:
|
|
|
|
strategy: RollingUpdate
|
|
|
|
|
|
|
|
containers:
|
|
|
|
app:
|
|
|
|
image:
|
|
|
|
repository: 1337kavin/piped-proxy
|
2024-10-29 04:32:43 -05:00
|
|
|
tag: latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd
|
2024-10-02 13:45:13 -05:00
|
|
|
command:
|
|
|
|
- /app/piped-proxy
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 500Mi
|
|
|
|
limits:
|
|
|
|
memory: 2000Mi
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|
|
|
|
seccompProfile:
|
|
|
|
type: RuntimeDefault
|
|
|
|
|
|
|
|
service:
|
|
|
|
backend:
|
|
|
|
controller: backend
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 8080
|
|
|
|
frontend:
|
|
|
|
controller: frontend
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 8080
|
|
|
|
ytproxy:
|
|
|
|
controller: ytproxy
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 8080
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
backend:
|
|
|
|
className: "external-nginx"
|
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
|
|
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
|
|
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
2024-10-02 14:11:20 -05:00
|
|
|
nginx.ingress.kubernetes.io/cors-allow-origin: "https://piped.hsn.dev, https://piped-api.hsn.dev, https://piped-proxy.jahanson.tech"
|
2024-10-02 13:45:13 -05:00
|
|
|
hosts:
|
|
|
|
- host: piped-api.hsn.dev
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
|
|
|
identifier: backend
|
|
|
|
port: http
|
|
|
|
frontend:
|
|
|
|
className: "external-nginx"
|
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
|
|
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
|
|
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
2024-10-02 14:11:20 -05:00
|
|
|
nginx.ingress.kubernetes.io/cors-allow-origin: "https://piped.hsn.dev, https://piped-api.hsn.dev, https://piped-proxy.jahanson.tech"
|
2024-10-02 13:45:13 -05:00
|
|
|
hosts:
|
|
|
|
- host: piped.hsn.dev
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
|
|
|
identifier: frontend
|
|
|
|
port: http
|
|
|
|
ytproxy:
|
2024-10-02 14:11:20 -05:00
|
|
|
className: "internal-nginx"
|
2024-10-02 13:45:13 -05:00
|
|
|
annotations:
|
|
|
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
2024-10-02 14:11:20 -05:00
|
|
|
nginx.ingress.kubernetes.io/cors-allow-origin: "https://piped.hsn.dev, https://piped-api.hsn.dev, https://piped-proxy.jahanson.tech"
|
2024-10-02 13:45:13 -05:00
|
|
|
hosts:
|
2024-10-02 14:11:20 -05:00
|
|
|
- host: piped-proxy.jahanson.tech
|
2024-10-02 13:45:13 -05:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
|
|
|
identifier: ytproxy
|
|
|
|
port: http
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
type: secret
|
|
|
|
name: piped-secret
|
|
|
|
advancedMounts:
|
|
|
|
backend:
|
|
|
|
app:
|
|
|
|
- path: /app/config.properties
|
|
|
|
subPath: config.properties
|
|
|
|
readOnly: true
|