Compare commits

..

12 Commits

Author SHA1 Message Date
Gitea Actions Bot bd4321c748 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Has been skipped
Generated by CI/CD workflow on 2026-05-13 14:21:50

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-13 14:21:50 +00:00
ab a4f6f4b06e Update k8s/apps/web-petting/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 13s
2026-05-13 14:21:17 +00:00
Ultradesu 688a91d04f Enabled dex for argocd
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 18s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 18s
2026-05-13 14:23:56 +01:00
Ultradesu 4212cdc26e Added мурняня.рф
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 22s
2026-05-13 14:07:58 +01:00
Ultradesu f33de7c78c fix 2026-05-13 14:06:09 +01:00
ab d0d76fcfd2 Update k8s/apps/web-petting/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 15s
2026-05-12 13:49:01 +00:00
ab ec649d8ffd Update k8s/apps/web-petting/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 13s
2026-05-11 12:48:25 +00:00
ab 84a3d1880b Update k8s/apps/web-petting/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 23s
2026-05-11 12:32:18 +00:00
ab 9956a87818 Update k8s/apps/web-petting/deployment.yaml
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 27s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 12m28s
2026-05-11 11:57:19 +00:00
ab 323bc0f31b Update k8s/apps/web-petting/deployment.yaml
Check with kubeconform / lint (push) Successful in 6s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 17s
Auto-update README / Generate README and Create MR (push) Successful in 18s
2026-05-11 10:43:22 +00:00
ab 64d8b027e9 Update k8s/apps/web-petting/deployment.yaml
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 23s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 12m17s
2026-05-11 10:42:28 +00:00
ab 6c13aec9c1 Disable authentik CI
Terraform / Terraform (push) Has been skipped
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
2026-05-06 10:13:27 +01:00
7 changed files with 35 additions and 30 deletions
+1
View File
@@ -13,6 +13,7 @@ permissions:
jobs:
terraform:
name: 'Terraform'
if: false
runs-on: ubuntu-latest
environment: production
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
claimName: web-petting-data
containers:
- name: web-petting
image: ultradesu/web-petting:0.1.0
image: ultradesu/web-petting:v0.1.6
imagePullPolicy: Always
args:
# - "tail"
+13
View File
@@ -20,8 +20,21 @@ spec:
name: web-petting
port:
number: 80
- host: xn--l1acako8eb.xn--p1ai
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: web-petting
port:
number: 80
tls:
- secretName: web-petting-tls
hosts:
- pet.hexor.cy
- secretName: web-petting-murnyanya-tls
hosts:
- xn--l1acako8eb.xn--p1ai
+17 -9
View File
@@ -23,14 +23,22 @@ configs:
admin.enabled: false
statusbadge.enabled: true
timeout.reconciliation: 60s
oidc.config: |
name: Keycloak
issuer: https://auth.hexor.cy/auth/realms/hexor
clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret
requestedScopes: ["openid", "profile", "email", "offline_access"]
requestedIDTokenClaims: {"groups": {"essential": true}}
refreshTokenThreshold: 2m
dex.config: |
connectors:
- type: oidc
id: keycloak
name: Keycloak
config:
issuer: https://auth.hexor.cy/auth/realms/hexor
clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret
insecureEnableGroups: true
scopes:
- openid
- profile
- email
- offline_access
getUserInfo: true
rbac:
create: true
policy.default: ""
@@ -64,7 +72,7 @@ dex:
replicas: 1
nodeSelector:
<<: *nodeSelector
enabled: false
enabled: true
# Standard Redis disabled because Redis HA is enabled
redis:
+2
View File
@@ -35,4 +35,6 @@ spec:
dnsZones:
- "*.hexor.cy"
- "hexor.cy"
- "*.xn--l1acako8eb.xn--p1ai"
- "xn--l1acako8eb.xn--p1ai"
@@ -43,23 +43,6 @@ proxy_applications = {
access_groups = ["admins"]
}
"kubernetes-secrets" = {
name = "kubernetes-secrets"
slug = "k8s-secret"
group = "Core"
external_host = "https://pass.hexor.cy"
internal_host = "http://secret-reader.k8s-secret.svc:80"
internal_host_ssl_validation = false
meta_description = ""
skip_path_regex = <<-EOT
/webhook
EOT
meta_icon = "https://img.icons8.com/ios-filled/50/password.png"
mode = "proxy"
outpost = "kubernetes-outpost"
create_group = true
access_groups = ["admins"]
}
"mtproxy-links" = {
name = "mtproxy-links"
slug = "mtproxy-links"
+1 -3
View File
@@ -167,9 +167,7 @@ resource "keycloak_openid_client_optional_scopes" "oauth2_app" {
}
resource "keycloak_group" "oauth2_app" {
for_each = {
for k, v in var.oauth2_applications : k => v if length(v.allowed_groups) > 0
}
for_each = var.oauth2_applications
realm_id = keycloak_realm.hexor.id
name = "app-${each.key}"