Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot ea12ec0807 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 5s
Generated by CI/CD workflow on 2026-05-04 17:16:38

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 17:16:38 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
kind: Rule kind: Rule
middlewares: middlewares:
- name: keycloak-auth - name: keycloak-auth
namespace: kube-system namespace: oauth2-proxy
services: services:
- name: secret-reader - name: secret-reader
port: 80 port: 80
+1 -1
View File
@@ -3,7 +3,6 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware kind: Middleware
metadata: metadata:
name: keycloak-auth name: keycloak-auth
namespace: kube-system
spec: spec:
forwardAuth: forwardAuth:
address: http://oauth2-proxy.oauth2-proxy.svc:80/oauth2/auth address: http://oauth2-proxy.oauth2-proxy.svc:80/oauth2/auth
@@ -12,3 +11,4 @@ spec:
- X-Auth-Request-User - X-Auth-Request-User
- X-Auth-Request-Email - X-Auth-Request-Email
- X-Auth-Request-Groups - X-Auth-Request-Groups
- Authorization