k8s: fixes and formating

- Add checkmk secrets example
- space-tab fixes (linter)
- switcher kener redis to statefulset
- disabled netronome voulme mount (not needed). postgres statefulset instead
-  switched naio to 8888 port (traefik port conflict)
- changed nextcloud ips and ports to prod
This commit is contained in:
2026-06-08 17:39:32 +02:00
parent 17b2dfdc2e
commit d85b3f02f5
8 changed files with 217 additions and 176 deletions
+42 -42
View File
@@ -8,13 +8,13 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`nextcloud.forust.xyz`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
- match: Host(`nextcloud.forust.xyz`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
tls:
certResolver: letsencrypt
---
@@ -27,13 +27,13 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`nextcloud.workstation.internal`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
- match: Host(`nextcloud.workstation.internal`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
tls:
secretName: local-tls
---
@@ -46,13 +46,13 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`nextcloud.gigaforust.internal`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
- match: Host(`nextcloud.gigaforust.internal`)
kind: Rule
middlewares:
- name: nextcloud-chain@file
services:
- name: nextcloud-apache
port: 11000
tls:
secretName: local-tls
---
@@ -66,13 +66,13 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`naio.forust.xyz`)
kind: Rule
services:
- name: nextcloud-aio
port: 8080
scheme: https
serversTransport: insecureTransport@file
- match: Host(`naio.forust.xyz`)
kind: Rule
services:
- name: nextcloud-aio
port: 8888
scheme: https
serversTransport: insecure-transport # <-- Ссылка на ваш CRD ресурс вместо @file
tls:
certResolver: letsencrypt
---
@@ -85,13 +85,13 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`naio.workstation.internal`)
kind: Rule
services:
- name: nextcloud-aio
port: 8080
scheme: https
serversTransport: insecureTransport@file
- match: Host(`naio.workstation.internal`)
kind: Rule
services:
- name: nextcloud-aio
port: 8888
scheme: https
serversTransport: insecure-transport
tls:
secretName: local-tls
---
@@ -104,12 +104,12 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`naio.gigaforust.internal`)
kind: Rule
services:
- name: nextcloud-aio
port: 8080
scheme: https
serversTransport: insecureTransport@file
- match: Host(`naio.gigaforust.internal`)
kind: Rule
services:
- name: nextcloud-aio
port: 8888
scheme: https
serversTransport: insecure-transport
tls:
secretName: local-tls