Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot 364fad50ac Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 3s
Generated by CI/CD workflow on 2026-05-04 16:01:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 16:01:44 +00:00
Ultradesu 9fe1df4c1a Added kanidm
Check with kubeconform / lint (push) Successful in 14s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-05-04 17:01:16 +01:00
Ultradesu e62e0c34d7 Added kanidm
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Check with kubeconform / lint (push) Successful in 25s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-05-04 16:58:10 +01:00
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ metadata:
name: kanidm-config
data:
server.toml: |
version = "2"
bindaddress = "[::]:443"
db_path = "/data/kanidm.db"
tls_chain = "/certs/tls.crt"
+5 -1
View File
@@ -16,9 +16,13 @@ spec:
labels:
app: kanidm
spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
containers:
- name: kanidm
image: kanidm/server:1.5.0
image: kanidm/server:1.9.3
ports:
- containerPort: 443
name: https