Compare commits

..

8 Commits

Author SHA1 Message Date
Gitea Actions Bot 4ca1387d68 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Has been skipped
Generated by CI/CD workflow on 2026-05-18 20:00:57

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-18 20:00:57 +00:00
ab cad267b8cd gitea test
Auto-update README / Generate README and Create MR (push) Successful in 22s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 37s
Check with kubeconform / lint (push) Failing after 10m44s
2026-05-18 23:00:20 +03:00
ab c340ad4be5 Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
Auto-update README / Generate README and Create MR (push) Failing after 6s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 40s
Check with kubeconform / lint (push) Failing after 11m28s
2026-05-18 22:44:28 +03:00
ab 15cb85b11a gitea test 2026-05-18 22:44:10 +03:00
Ultradesu 0ae912c478 Moved web-petting to master
Check with kubeconform / lint (push) Successful in 6s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-18 14:58:49 +03:00
Ultradesu 374a825514 Moved web-petting to spb
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-18 14:56:21 +03:00
Ultradesu 790ba2c3de Moved argocd to keycloac 2026-05-18 14:54:51 +03:00
ab 4240cd61ad Update k8s/apps/pasarguard/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-17 10:41:15 +00:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
image: &image 'pasarguard/panel:v3.1.0'
image: &image 'pasarguard/panel:v4.0.2'
apiVersion: apps/v1
kind: Deployment
metadata:
+1
View File
@@ -18,6 +18,7 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/hostname: master.tail2fe2d.ts.net
volumes:
- name: data
persistentVolumeClaim:
+1 -1
View File
@@ -23,7 +23,7 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://gt.hexor.cy/*"]
}
ArgoCD = {
redirect_uris = ["https://ag.hexor.cy/auth/callback"]
redirect_uris = ["https://ag.hexor.cy/api/dex/callback"]
web_origins = ["https://ag.hexor.cy"]
post_logout_redirect_uris = ["https://ag.hexor.cy/*"]
extra_optional_scopes = ["offline_access"]