Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot
32e4c85ece Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 18s
Generated by CI/CD workflow on 2026-03-17 14:50:32

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-17 14:50:32 +00:00
Ultradesu
0a9af8f7bd Furumi: Added web ui with OIDC SSO
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 29s
2026-03-17 14:49:47 +00:00
Ultradesu
b52676e8c7 Furumi: Added web ui with OIDC SSO
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 30s
2026-03-17 14:49:01 +00:00
Ultradesu
51fa410231 Furumi: Added web ui with OIDC SSO
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 19s
2026-03-17 14:47:19 +00:00
Ultradesu
8e69b134a4 Furumi: Added web ui with OIDC SSO
All checks were successful
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 13s
2026-03-17 14:43:40 +00:00
2 changed files with 7 additions and 5 deletions

View File

@@ -26,28 +26,30 @@ spec:
secretKeyRef:
name: furumi-ng-creds
key: TOKEN
- name: OIDC_CLIENT_ID
- name: FURUMI_OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_CLIENT_ID
- name: OIDC_CLIENT_SECRET
- name: FURUMI_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_CLIENT_SECRET
- name: OIDC_ISSUER_URL
- name: FURUMI_OIDC_ISSUER_URL
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_ISSUER_URL
- name: OIDC_REDIRECT_URL
- name: FURUMI_OIDC_REDIRECT_URL
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_REDIRECT_URL
- name: FURUMI_ROOT
value: "/media"
- name: RUST_LOG
value: "debug"
ports:
- name: grpc
containerPort: 50051

View File

@@ -23,6 +23,6 @@ spec:
tls:
- secretName: furumi-tls
hosts:
- *.hexor.cy
- '*.hexor.cy'