Add precommit
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2023-12-02 21:51:04 -05:00
parent 76fcbd4c61
commit 89f898fdbb
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
61 changed files with 99 additions and 141 deletions

10
.pre-commit-config.yaml Normal file
View 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

View File

@ -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).

View File

@ -12,4 +12,3 @@ spec:
selector:
app: api-apps

View File

@ -13,4 +13,3 @@ data:
secure: True
weather:
period: 15

View File

@ -44,5 +44,3 @@ spec:
items:
- key: config.yaml
path: config.yaml

View File

@ -278,4 +278,3 @@ spec:
enabled: false
image:
tag: 6.2.10-debian-11-r13

View File

@ -6,4 +6,3 @@ metadata:
spec:
interval: 5m0s
url: https://charts.goauthentik.io/

View File

@ -6,4 +6,3 @@ metadata:
spec:
interval: 5m0s
url: https://firefly-iii.github.io/kubernetes/

View File

@ -6,4 +6,3 @@ metadata:
spec:
interval: 5m
url: https://fission.github.io/fission-charts

View File

@ -2,4 +2,3 @@ apiVersion: v1
kind: Namespace
metadata:
name: invidious-ns

View File

@ -6,4 +6,3 @@ metadata:
spec:
interval: 5m0s
url: https://k8s-home-lab.github.io/helm-charts/

View File

@ -16,4 +16,3 @@ spec:
kind: Deployment
name: sealed-secrets
namespace: sealed-secrets

View File

@ -6,4 +6,3 @@ metadata:
spec:
interval: 5m0s
url: https://charts.truecharts.org/

View File

@ -11,4 +11,3 @@ spec:
port: 3000
targetPort: 3000
type: ClusterIP

View File

@ -33,6 +33,3 @@ spec:
secretKeyRef:
name: firefly-iii-ai
key: OPENAI

View File

@ -923,5 +923,3 @@ spec:
dashboards:
## Disabled by default. switch to true to deploy them
enable: false

View File

@ -56,4 +56,3 @@ spec:
- name: freshrss-storage
persistentVolumeClaim:
claimName: freshrss-pvc

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 1Gi

View File

@ -11,4 +11,3 @@ spec:
port: 80
targetPort: 80
type: LoadBalancer

View File

@ -26,4 +26,3 @@ spec:
- name: factorio-save
persistentVolumeClaim:
claimName: factorio-pvc

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 8Gi

View File

@ -16,4 +16,3 @@ spec:
port: 27015
targetPort: 27015
type: LoadBalancer

View File

@ -11,4 +11,3 @@ spec:
targetPort: 3000
selector:
app: invidious

View File

@ -565,4 +565,3 @@ data:
// */
//},
}

View File

@ -33,4 +33,3 @@ spec:
- name: settings-file
configMap:
name: nodered-settings

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 1Gi

View File

@ -11,4 +11,3 @@ spec:
port: 80
targetPort: 1880
type: LoadBalancer

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 2Gi

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 10Gi

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 30Gi

View File

@ -375,4 +375,3 @@ spec:
runAsUser: 5051
runAsGroup: 5051
fsGroup: 5051

View File

@ -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

View File

@ -34,4 +34,3 @@ spec:
- name: prometheus-storage
persistentVolumeClaim:
claimName: prometheus-pvc

View File

@ -12,4 +12,3 @@ spec:
resources:
requests:
storage: 10Gi

View File

@ -14,4 +14,3 @@ spec:
name: http
selector:
app: prometheus

View File

@ -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

View File

@ -41,4 +41,3 @@ spec:
- name: tautulli-data
persistentVolumeClaim:
claimName: tautulli-pvc

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 1Gi

View File

@ -11,4 +11,3 @@ spec:
port: 80
targetPort: 8181
type: LoadBalancer

View File

@ -19,4 +19,3 @@ spec:
operator: In
values:
- gluttony

View File

@ -11,4 +11,3 @@ spec:
resources:
requests:
storage: 1000Gi

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 1Gi

View File

@ -49,4 +49,3 @@ spec:
- name: downloads-volume
persistentVolumeClaim:
claimName: blackhole-pvc

View File

@ -34,4 +34,3 @@ spec:
- name: prowlarr-data
persistentVolumeClaim:
claimName: prowlarr-pvc

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 1Gi

View File

@ -10,4 +10,3 @@ spec:
resources:
requests:
storage: 10Gi

View File

@ -54,4 +54,3 @@ spec:
- name: movies-storage
persistentVolumeClaim:
claimName: media-pvc

View File

@ -22,4 +22,3 @@ spec:
selector:
app: torrenter-apps