Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 656fa4459a Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 16s
Generated by CI/CD workflow on 2026-04-20 08:43:00

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-20 08:43:00 +00:00
6 changed files with 11 additions and 48 deletions
-2
View File
@@ -48,8 +48,6 @@ spec:
value: "true" value: "true"
- name: GITEA__service__CAPTCHA_TYPE - name: GITEA__service__CAPTCHA_TYPE
value: "hcaptcha" value: "hcaptcha"
- name: GITEA__webhook__ALLOWED_HOST_LIST
value: "*"
envFrom: envFrom:
- secretRef: - secretRef:
name: gitea-recapcha-creds name: gitea-recapcha-creds
+8 -8
View File
@@ -60,8 +60,8 @@ synapse:
storage: storage:
size: 20Gi size: 20Gi
maxUploadSize: 100M maxUploadSize: 100M
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
@@ -88,24 +88,24 @@ matrixAuthenticationService:
1-oidc: 1-oidc:
configSecret: matrix-oidc-config configSecret: matrix-oidc-config
configSecretKey: mas-oidc.yaml configSecretKey: mas-oidc.yaml
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Element Web client ## Element Web client
elementWeb: elementWeb:
enabled: true enabled: true
ingress: ingress:
host: chat.matrix.hexor.cy host: chat.matrix.hexor.cy
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Element Admin panel ## Element Admin panel
elementAdmin: elementAdmin:
enabled: true enabled: true
ingress: ingress:
host: admin.matrix.hexor.cy host: admin.matrix.hexor.cy
nodeSelector: # nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net # kubernetes.io/hostname: nas.homenet
## Well-known delegation on the base domain (host is derived from serverName) ## Well-known delegation on the base domain (host is derived from serverName)
wellKnownDelegation: wellKnownDelegation:
+1 -4
View File
@@ -34,7 +34,7 @@ spec:
mountPath: /templates/subscription mountPath: /templates/subscription
containers: containers:
- name: pasarguard-web - name: pasarguard-web
image: 'pasarguard/panel:v3.0.1' image: 'pasarguard/panel:dev'
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:
@@ -75,9 +75,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: pasarguard name: pasarguard
annotations:
traefik.ingress.kubernetes.io/service.serversscheme: https
traefik.ingress.kubernetes.io/service.serverstransport: pasarguard-pasarguard-transport@kubernetescrd
spec: spec:
selector: selector:
app: pasarguard app: pasarguard
-31
View File
@@ -1,31 +0,0 @@
---
apiVersion: traefik.io/v1alpha1
kind: ServersTransport
metadata:
name: pasarguard-transport
spec:
insecureSkipVerify: true
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pasarguard-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: ps.hexor.cy
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: pasarguard
port:
number: 80
tls:
- secretName: pasarguard-tls
hosts:
- ps.hexor.cy
-1
View File
@@ -9,4 +9,3 @@ resources:
- ./certificate.yaml - ./certificate.yaml
- ./configmap-scripts.yaml - ./configmap-scripts.yaml
- ./servicemonitor.yaml - ./servicemonitor.yaml
- ./ingress.yaml
+2 -2
View File
@@ -16,7 +16,7 @@ spec:
serviceAccountName: system-upgrade serviceAccountName: system-upgrade
upgrade: upgrade:
image: rancher/k3s-upgrade image: rancher/k3s-upgrade
version: v1.35.4+k3s1 version: v1.35.2+k3s1
--- ---
# Agent plan # Agent plan
apiVersion: upgrade.cattle.io/v1 apiVersion: upgrade.cattle.io/v1
@@ -39,4 +39,4 @@ spec:
serviceAccountName: system-upgrade serviceAccountName: system-upgrade
upgrade: upgrade:
image: rancher/k3s-upgrade image: rancher/k3s-upgrade
version: v1.35.4+k3s1 version: v1.35.2+k3s1