Compare commits

..

8 Commits

Author SHA1 Message Date
Gitea Actions Bot 626c3fc6e6 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 21s
Generated by CI/CD workflow on 2026-03-12 10:28:35

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-12 10:28:35 +00:00
Ultradesu fa53fdcd93 Fixed grafana
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 13s
2026-03-12 10:27:57 +00:00
ab a5163f288b Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 17:21:19 +00:00
ab ad2ffb39c3 Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 17:09:48 +00:00
ab 49effccc3a Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 17:04:52 +00:00
ab c6995dfef4 Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 16:48:54 +00:00
ab 2b9fb81338 Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 16:43:59 +00:00
ab fd66e91eeb Fix authentik
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 16:40:56 +00:00
3 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ resources:
helmCharts: helmCharts:
- name: authentik - name: authentik
repo: https://charts.goauthentik.io repo: https://charts.goauthentik.io
version: 2025.10.3 version: 2026.2.1
releaseName: authentik releaseName: authentik
namespace: authentik namespace: authentik
valuesFile: values.yaml valuesFile: values.yaml
+30 -30
View File
@@ -1,6 +1,6 @@
global: global:
image: image:
tag: "2025.10.3" tag: "2026.2.1"
authentik: authentik:
error_reporting: error_reporting:
@@ -13,35 +13,35 @@ worker:
envFrom: envFrom:
- secretRef: - secretRef:
name: authentik-creds name: authentik-creds
volumes: # volumes:
- name: dshm # - name: dshm
emptyDir: # emptyDir:
medium: Memory # medium: Memory
sizeLimit: 512Mi # sizeLimit: 512Mi
volumeMounts: # volumeMounts:
- name: dshm # - name: dshm
mountPath: /dev/shm # mountPath: /dev/shm
livenessProbe: # livenessProbe:
exec: # exec:
command: ["/bin/sh", "-c", "kill -0 1"] # command: ["/bin/sh", "-c", "kill -0 1"]
initialDelaySeconds: 5 # initialDelaySeconds: 5
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3
timeoutSeconds: 3 # timeoutSeconds: 3
readinessProbe: # readinessProbe:
exec: # exec:
command: ["/bin/sh", "-c", "kill -0 1"] # command: ["/bin/sh", "-c", "kill -0 1"]
initialDelaySeconds: 5 # initialDelaySeconds: 5
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3
timeoutSeconds: 3 # timeoutSeconds: 3
startupProbe: # startupProbe:
exec: # exec:
command: ["/bin/sh", "-c", "kill -0 1"] # command: ["/bin/sh", "-c", "kill -0 1"]
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 60 # failureThreshold: 60
timeoutSeconds: 3 # timeoutSeconds: 3
server: server:
envFrom: envFrom:
- secretRef: - secretRef:
@@ -20,7 +20,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 600 from: 600
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: 'rate(container_cpu_cfs_throttled_periods_total{container="pasarguard-node"}[5m])' expr: 'rate(container_cpu_cfs_throttled_periods_total{container="pasarguard-node"}[5m])'
refId: A refId: A
@@ -73,7 +73,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 600 from: 600
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: 'kube_node_status_condition{condition="Ready",status="false"}' expr: 'kube_node_status_condition{condition="Ready",status="false"}'
refId: A refId: A
@@ -119,7 +119,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 300 from: 300
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: '(1 - (node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes)) * 100' expr: '(1 - (node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes)) * 100'
refId: A refId: A
@@ -165,7 +165,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 300 from: 300
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: '100 - (avg by(instance) (rate(node_cpu_seconds_total{mode="idle"}[5m])) * 100)' expr: '100 - (avg by(instance) (rate(node_cpu_seconds_total{mode="idle"}[5m])) * 100)'
refId: A refId: A
@@ -211,7 +211,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 300 from: 300
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: '(1 - (node_filesystem_avail_bytes{fstype=~"ext[234]|xfs|zfs|btrfs"} / node_filesystem_size_bytes)) * 100' expr: '(1 - (node_filesystem_avail_bytes{fstype=~"ext[234]|xfs|zfs|btrfs"} / node_filesystem_size_bytes)) * 100'
refId: A refId: A
@@ -258,7 +258,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 300 from: 300
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: 'node_load15 / on(instance) group_left count by(instance)(node_cpu_seconds_total{mode="idle"})' expr: 'node_load15 / on(instance) group_left count by(instance)(node_cpu_seconds_total{mode="idle"})'
refId: A refId: A
@@ -304,7 +304,7 @@ data:
relativeTimeRange: relativeTimeRange:
from: 300 from: 300
to: 0 to: 0
datasourceUid: P76F38748CEC837F0 datasourceUid: prometheus
model: model:
expr: 'up{job="node-exporter"}' expr: 'up{job="node-exporter"}'
refId: A refId: A