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: metadata:
name: gitea-runner name: gitea-runner
spec: spec:
replicas: 1 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: gitea-runner app: gitea-runner
@@ -115,7 +115,7 @@ spec:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In
values: values:
#- uk-desktop.tail2fe2d.ts.net - uk-desktop.tail2fe2d.ts.net
- ai.tail2fe2d.ts.net - ai.tail2fe2d.ts.net
- weight: 50 - weight: 50
preference: preference:
-10
View File
@@ -46,10 +46,6 @@ spec:
value: "8000" value: "8000"
- name: DOCS - name: DOCS
value: "true" value: "true"
- name: UVICORN_SSL_CERTFILE
value: "/app/tls/tls.crt"
- name: UVICORN_SSL_KEYFILE
value: "/app/tls/tls.key"
- name: CUSTOM_TEMPLATES_DIRECTORY - name: CUSTOM_TEMPLATES_DIRECTORY
value: "/code/app/templates/" value: "/code/app/templates/"
- name: SUBSCRIPTION_PAGE_TEMPLATE - name: SUBSCRIPTION_PAGE_TEMPLATE
@@ -59,15 +55,9 @@ spec:
containerPort: 8000 containerPort: 8000
protocol: TCP protocol: TCP
volumeMounts: volumeMounts:
- name: tls
mountPath: /app/tls
readOnly: true
- name: subscription-template - name: subscription-template
mountPath: /code/app/templates/subscription mountPath: /code/app/templates/subscription
volumes: volumes:
- name: tls
secret:
secretName: pasarguard-tls
- name: subscription-template - name: subscription-template
emptyDir: {} 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 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata: metadata:
@@ -20,7 +11,5 @@ spec:
services: services:
- name: pasarguard - name: pasarguard
port: 80 port: 80
scheme: https
serversTransport: pasarguard-transport
tls: tls:
secretName: pasarguard-tls secretName: pasarguard-tls