Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot c1074c5925 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 13s
Generated by CI/CD workflow on 2026-06-01 13:31:12

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-01 13:31:13 +00:00
ab 6ea4a99ebd Update k8s/apps/gitea/deployment.yaml
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Failing after 13m48s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 13m53s
2026-06-01 13:30:48 +00:00
ab 13f7e13f9b Fixed pasarguard internal connectivicty
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-06-01 14:03:50 +03:00
ab f3b903f333 Fixed pasarguard internal connectivicty
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2026-06-01 14:00:21 +03:00
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
- uk-desktop.tail2fe2d.ts.net
#- uk-desktop.tail2fe2d.ts.net
- ai.tail2fe2d.ts.net
- weight: 50
preference:
+10
View File
@@ -46,6 +46,10 @@ spec:
value: "8000"
- name: DOCS
value: "true"
- name: UVICORN_SSL_CERTFILE
value: "/app/tls/tls.crt"
- name: UVICORN_SSL_KEYFILE
value: "/app/tls/tls.key"
- name: CUSTOM_TEMPLATES_DIRECTORY
value: "/code/app/templates/"
- name: SUBSCRIPTION_PAGE_TEMPLATE
@@ -55,9 +59,15 @@ spec:
containerPort: 8000
protocol: TCP
volumeMounts:
- name: tls
mountPath: /app/tls
readOnly: true
- name: subscription-template
mountPath: /code/app/templates/subscription
volumes:
- name: tls
secret:
secretName: pasarguard-tls
- name: subscription-template
emptyDir: {}
---
+11
View File
@@ -1,3 +1,12 @@
---
apiVersion: traefik.io/v1alpha1
kind: ServersTransport
metadata:
name: pasarguard-transport
spec:
serverName: ps.hexor.cy
insecureSkipVerify: true
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
@@ -11,5 +20,7 @@ spec:
services:
- name: pasarguard
port: 80
scheme: https
serversTransport: pasarguard-transport
tls:
secretName: pasarguard-tls