Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot 0adfa3db5f Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Has been cancelled
Generated by CI/CD workflow on 2026-06-04 12:27:28

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-04 12:27:28 +00:00
Ultradesu 2b26f21649 Fixed proxy.hexor.cy
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Failing after 10m48s
Check with kubeconform / lint (push) Failing after 11m55s
2026-06-04 15:24:55 +03:00
+5 -5
View File
@@ -22,7 +22,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`secret-reader.hexor.cy`)
- match: Host(`proxy.hexor.cy`)
kind: Rule
middlewares:
- name: auth-proxy
@@ -30,16 +30,16 @@ spec:
- name: secret-reader
port: 80
tls:
secretName: secret-reader-tls
secretName: proxy-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: secret-reader-tls
name: proxy-tls
spec:
secretName: secret-reader-tls
secretName: proxy-tls
issuerRef:
name: letsencrypt
kind: ClusterIssuer
dnsNames:
- secret-reader.hexor.cy
- proxy.hexor.cy