This commit is contained in:
parent
76fcbd4c61
commit
89f898fdbb
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
@ -7,5 +7,3 @@ A [Flux](https://fluxcd.io) repo describing my current at home kubernetes cluste
|
||||
Find the actual, in production version of this repo on my [Gitea Repository](https://git.clortox.com/Infrastructure/Gluttony-Cluster). Here you will also find in use issues denoting things I plan to add to this repository.
|
||||
|
||||
Find the mirror of this repository on [Github](https://github.com/Clortox/Gluttony-Cluster).
|
||||
|
||||
|
||||
|
@ -12,4 +12,3 @@ spec:
|
||||
|
||||
selector:
|
||||
app: api-apps
|
||||
|
||||
|
@ -13,4 +13,3 @@ data:
|
||||
secure: True
|
||||
weather:
|
||||
period: 15
|
||||
|
||||
|
@ -44,5 +44,3 @@ spec:
|
||||
items:
|
||||
- key: config.yaml
|
||||
path: config.yaml
|
||||
|
||||
|
||||
|
@ -278,4 +278,3 @@ spec:
|
||||
enabled: false
|
||||
image:
|
||||
tag: 6.2.10-debian-11-r13
|
||||
|
||||
|
@ -6,4 +6,3 @@ metadata:
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: https://charts.goauthentik.io/
|
||||
|
||||
|
@ -6,4 +6,3 @@ metadata:
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: https://firefly-iii.github.io/kubernetes/
|
||||
|
||||
|
@ -6,4 +6,3 @@ metadata:
|
||||
spec:
|
||||
interval: 5m
|
||||
url: https://fission.github.io/fission-charts
|
||||
|
||||
|
@ -2,4 +2,3 @@ apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: invidious-ns
|
||||
|
||||
|
@ -6,4 +6,3 @@ metadata:
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: https://k8s-home-lab.github.io/helm-charts/
|
||||
|
||||
|
@ -16,4 +16,3 @@ spec:
|
||||
kind: Deployment
|
||||
name: sealed-secrets
|
||||
namespace: sealed-secrets
|
||||
|
||||
|
@ -6,4 +6,3 @@ metadata:
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: https://charts.truecharts.org/
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
type: ClusterIP
|
||||
|
||||
|
@ -33,6 +33,3 @@ spec:
|
||||
secretKeyRef:
|
||||
name: firefly-iii-ai
|
||||
key: OPENAI
|
||||
|
||||
|
||||
|
||||
|
@ -923,5 +923,3 @@ spec:
|
||||
dashboards:
|
||||
## Disabled by default. switch to true to deploy them
|
||||
enable: false
|
||||
|
||||
|
||||
|
@ -56,4 +56,3 @@ spec:
|
||||
- name: freshrss-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: freshrss-pvc
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
type: LoadBalancer
|
||||
|
||||
|
@ -26,4 +26,3 @@ spec:
|
||||
- name: factorio-save
|
||||
persistentVolumeClaim:
|
||||
claimName: factorio-pvc
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 8Gi
|
||||
|
||||
|
@ -16,4 +16,3 @@ spec:
|
||||
port: 27015
|
||||
targetPort: 27015
|
||||
type: LoadBalancer
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
targetPort: 3000
|
||||
selector:
|
||||
app: invidious
|
||||
|
||||
|
@ -565,4 +565,3 @@ data:
|
||||
// */
|
||||
//},
|
||||
}
|
||||
|
||||
|
@ -33,4 +33,3 @@ spec:
|
||||
- name: settings-file
|
||||
configMap:
|
||||
name: nodered-settings
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
port: 80
|
||||
targetPort: 1880
|
||||
type: LoadBalancer
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 30Gi
|
||||
|
||||
|
@ -375,4 +375,3 @@ spec:
|
||||
runAsUser: 5051
|
||||
runAsGroup: 5051
|
||||
fsGroup: 5051
|
||||
|
||||
|
@ -144,4 +144,3 @@ spec:
|
||||
# # using intel-gpu-plugin (https://github.com/intel/intel-device-plugins-for-kubernetes)
|
||||
# gpu.intel.com/i915: 1
|
||||
# memory: 4096Mi
|
||||
|
||||
|
@ -34,4 +34,3 @@ spec:
|
||||
- name: prometheus-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: prometheus-pvc
|
||||
|
||||
|
@ -12,4 +12,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
|
||||
|
@ -14,4 +14,3 @@ spec:
|
||||
name: http
|
||||
selector:
|
||||
app: prometheus
|
||||
|
||||
|
@ -19,4 +19,3 @@ spec:
|
||||
- kind: ConfigMap
|
||||
name: sealed-secrets-helm-chart-value-overrides
|
||||
valuesKey: values.yaml # This is the default, but best to be explicit for clarity
|
||||
|
||||
|
@ -41,4 +41,3 @@ spec:
|
||||
- name: tautulli-data
|
||||
persistentVolumeClaim:
|
||||
claimName: tautulli-pvc
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
port: 80
|
||||
targetPort: 8181
|
||||
type: LoadBalancer
|
||||
|
||||
|
@ -19,4 +19,3 @@ spec:
|
||||
operator: In
|
||||
values:
|
||||
- gluttony
|
||||
|
||||
|
@ -11,4 +11,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1000Gi
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
@ -49,4 +49,3 @@ spec:
|
||||
- name: downloads-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: blackhole-pvc
|
||||
|
||||
|
@ -34,4 +34,3 @@ spec:
|
||||
- name: prowlarr-data
|
||||
persistentVolumeClaim:
|
||||
claimName: prowlarr-pvc
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
|
@ -10,4 +10,3 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
|
||||
|
@ -54,4 +54,3 @@ spec:
|
||||
- name: movies-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: media-pvc
|
||||
|
||||
|
@ -22,4 +22,3 @@ spec:
|
||||
|
||||
selector:
|
||||
app: torrenter-apps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user