mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
heimdall
This commit is contained in:
parent
4f74081e47
commit
67efa0b30c
3 changed files with 69 additions and 0 deletions
11
heimdall/Chart.yaml
Normal file
11
heimdall/Chart.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: heimdall
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1
|
||||
|
||||
dependencies:
|
||||
- name: heimdall
|
||||
repository: https://djjudas21.github.io/charts/
|
||||
version: 8.5.1
|
||||
36
heimdall/values.yaml
Normal file
36
heimdall/values.yaml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
heimdall:
|
||||
|
||||
image:
|
||||
repository: linuxserver/heimdall
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
TZ: UTC
|
||||
PUID: "1000"
|
||||
PGID: "1000"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
hosts:
|
||||
- host: heimdall.durp.info
|
||||
paths:
|
||||
- path: "/"
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: authentik-tls
|
||||
hosts:
|
||||
- heimdall.durp.info
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue