-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
55 lines (54 loc) · 1.3 KB
/
Copy pathhelmrelease.yaml
File metadata and controls
55 lines (54 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
# 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: &app bento-pdf
spec:
chartRef:
kind: OCIRepository
name: *app
interval: 15m
values:
controllers:
bento-pdf:
containers:
main:
image:
repository: ghcr.io/alam00000/bentopdf
tag: 2.8.5
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
resources:
requests:
cpu: 10m
memory: 200M
limits:
memory: 1Gi
service:
app:
controller: *app
ports:
http:
port: 8080
route:
app:
hostnames:
- "pdf.mafyuh.dev"
parentRefs:
- name: envoy-external
namespace: kube-system
sectionName: https
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- identifier: app
port: 8080