Compare commits

..

2 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-01 11:00:48 +00: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
2 changed files with 21 additions and 0 deletions
+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-pasarguard-transport@kubernetescrd
tls:
secretName: pasarguard-tls