-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
61 lines (57 loc) · 1.64 KB
/
helmrelease.yaml
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
56
57
58
59
60
61
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: hammond
namespace: hammond
spec:
chart:
spec:
chart: hammond
version: 0.6.4
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: gabe565
interval: 1h
driftDetection:
mode: enabled
values:
env:
TZ: America/Chicago
JWT_SECRET: ${jwt_secret}
podLabels:
policy.gabe565.com/ingress-ingress: "true"
securityContext:
readOnlyRootFilesystem: true
ingress:
main:
enabled: true
annotations:
nginx.ingress.kubernetes.io/auth-url: |-
http://ak-outpost-gabernetes.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-signin: |-
https://$host/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header X-Forwarded-Host $http_host;
hosts:
- host: ${app_url}
paths:
- path: /
tls:
- secretName: ${certificate_name}
hosts:
- ${app_url}
persistence:
config:
enabled: true
storageClass: longhorn-ssd
accessMode: ReadWriteOnce
size: 2Gi
assets:
enabled: true
storageClass: longhorn-ssd
accessMode: ReadWriteOnce
size: 2Gi