mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
feat: overhaul
This commit is contained in:
@@ -4,7 +4,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: hajimari
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
@@ -30,7 +29,7 @@ spec:
|
||||
controller:
|
||||
strategy: RollingUpdate
|
||||
podAnnotations:
|
||||
configmap.reloader.stakater.com/reload: "hajimari-settings"
|
||||
configmap.reloader.stakater.com/reload: hajimari-settings
|
||||
env:
|
||||
TZ: ${TIMEZONE}
|
||||
hajimari:
|
||||
@@ -50,8 +49,8 @@ spec:
|
||||
matchNames:
|
||||
- default
|
||||
- flux-system
|
||||
- monitoring
|
||||
- networking
|
||||
- observability
|
||||
- network
|
||||
- rook-ceph
|
||||
customApps:
|
||||
- group: servers
|
||||
@@ -86,11 +85,11 @@ spec:
|
||||
ingress:
|
||||
app:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
ingressClassName: internal
|
||||
annotations:
|
||||
hajimari.io/enable: "false"
|
||||
hajimari.io/icon: "weather-sunset"
|
||||
hajimari.io/instance: "admin"
|
||||
hajimari.io/icon: weather-sunset
|
||||
hajimari.io/instance: admin
|
||||
hosts:
|
||||
- host: &host apps.${SECRET_EXTERNAL_DOMAIN}
|
||||
paths:
|
||||
|
@@ -2,7 +2,6 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/gatus/guarded
|
||||
|
@@ -1,11 +1,12 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app hajimari
|
||||
namespace: flux-system
|
||||
spec:
|
||||
targetNamespace: default
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
|
Reference in New Issue
Block a user