-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelmrelease.yaml
47 lines (47 loc) · 1.41 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
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
interval: 1h
driftDetection:
mode: enabled
chart:
spec:
chart: longhorn
version: 1.7.2
sourceRef:
kind: HelmRepository
namespace: longhorn-system
name: longhorn
interval: 1h
install:
crds: Create
upgrade:
crds: CreateReplace
values:
persistence:
defaultClassReplicaCount: 2
defaultSettings:
priorityClass: system-cluster-critical
logLevel: Warn
longhornManager:
priorityClass: system-cluster-critical
longhornDriver:
priorityClass: system-cluster-critical
ingress:
enabled: true
ingressClassName: nginx
host: ${app_url}
tls: true
tlsSecret: ${certificate_name}
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;