Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot dd39a85c5e Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 14s
Generated by CI/CD workflow on 2026-05-05 18:40:24

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 18:40:24 +00:00
3 changed files with 18 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ 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.1
image: ultradesu/web-petting:0.1.0
imagePullPolicy: Always
args:
# - "tail"
@@ -43,6 +43,23 @@ 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"