lint: yaml spaces and tabs

This commit is contained in:
2026-06-09 12:59:36 +02:00
parent 01ae2dd5cf
commit 7a3708f70c
30 changed files with 501 additions and 504 deletions
+30 -30
View File
@@ -7,8 +7,8 @@ spec:
selector:
app: checkmk
ports:
- port: 5000
targetPort: 5000
- port: 5000
targetPort: 5000
---
apiVersion: apps/v1
kind: Deployment
@@ -26,34 +26,34 @@ spec:
app: checkmk
spec:
containers:
- name: checkmk
image: checkmk/check-mk-raw:2.4.0-latest
envFrom:
- secretRef:
name: checkmk-secrets
- configMapRef:
name: checkmk-config
ports:
- containerPort: 5000
volumeMounts:
- name: sites
mountPath: /omd/sites
- name: tmp
mountPath: /opt/omd/sites/cmk/tmp
resources:
requests:
memory: "1Gi"
cpu: "1"
limits:
memory: "5Gi"
cpu: "4"
- name: checkmk
image: checkmk/check-mk-raw:2.4.0-latest
envFrom:
- secretRef:
name: checkmk-secrets
- configMapRef:
name: checkmk-config
ports:
- containerPort: 5000
volumeMounts:
- name: sites
mountPath: /omd/sites
- name: tmp
mountPath: /opt/omd/sites/cmk/tmp
resources:
requests:
memory: "1Gi"
cpu: "1"
limits:
memory: "5Gi"
cpu: "4"
volumes:
- name: sites
persistentVolumeClaim:
claimName: checkmk-sites-pvc
- name: tmp
emptyDir:
medium: Memory
- name: sites
persistentVolumeClaim:
claimName: checkmk-sites-pvc
- name: tmp
emptyDir:
medium: Memory
---
apiVersion: v1
kind: PersistentVolumeClaim
@@ -62,7 +62,7 @@ metadata:
namespace: checkmk
spec:
accessModes:
- ReadWriteOnce
- ReadWriteOnce
resources:
requests:
storage: 5Gi
+1 -1
View File
@@ -5,4 +5,4 @@ metadata:
namespace: checkmk
data:
TZ: Europe/Bratislava
CMK_SITE_ID: cmk
CMK_SITE_ID: cmk
+15 -15
View File
@@ -7,11 +7,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`cmk.forust.xyz`)
kind: Rule
services:
- name: checkmk-service
port: 5000
- match: Host(`cmk.forust.xyz`)
kind: Rule
services:
- name: checkmk-service
port: 5000
tls:
certResolver: letsencrypt
---
@@ -24,11 +24,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`cmk.workstation.internal`)
kind: Rule
services:
- name: checkmk-service
port: 5000
- match: Host(`cmk.workstation.internal`)
kind: Rule
services:
- name: checkmk-service
port: 5000
tls:
secretName: local-tls
---
@@ -41,10 +41,10 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`cmk.gigaforust.internal`)
kind: Rule
services:
- name: checkmk-service
port: 5000
- match: Host(`cmk.gigaforust.internal`)
kind: Rule
services:
- name: checkmk-service
port: 5000
tls:
secretName: local-tls