Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-01 10:57:21 +00:00
3 changed files with 2 additions and 23 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ kind: Deployment
metadata:
name: gitea-runner
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: gitea-runner
@@ -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,10 +46,6 @@ 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
@@ -59,15 +55,9 @@ 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,12 +1,3 @@
---
apiVersion: traefik.io/v1alpha1
kind: ServersTransport
metadata:
name: pasarguard-transport
spec:
serverName: ps.hexor.cy
insecureSkipVerify: true
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
@@ -20,7 +11,5 @@ spec:
services:
- name: pasarguard
port: 80
scheme: https
serversTransport: pasarguard-transport
tls:
secretName: pasarguard-tls