mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
fix: pre-commit
This commit is contained in:
51
cluster/core/kasten-io/k10/helm-release.yaml
Normal file
51
cluster/core/kasten-io/k10/helm-release.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: k10
|
||||
namespace: kasten-io
|
||||
spec:
|
||||
releaseName: k10
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: k10
|
||||
version: 4.5.7
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: kasten-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
install:
|
||||
createNamespace: true
|
||||
crds: CreateReplace
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
eula:
|
||||
accept: true
|
||||
company: auricom
|
||||
email: auricom@users.noreply.github.com
|
||||
global:
|
||||
persistence:
|
||||
storageClass: rook-ceph-block
|
||||
auth:
|
||||
tokenAuth:
|
||||
enabled: true
|
||||
clusterName: k8s
|
||||
ingress:
|
||||
create: true
|
||||
class: nginx
|
||||
host: &host "k10.${SECRET_CLUSTER_DOMAIN}"
|
||||
urlPath: k10
|
||||
hosts:
|
||||
- *host
|
||||
tls:
|
||||
enabled: true
|
||||
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
|
||||
grafana:
|
||||
enabled: false
|
5
cluster/core/kasten-io/k10/kustomization.yaml
Normal file
5
cluster/core/kasten-io/k10/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
Reference in New Issue
Block a user