Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 46a5d381f3 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 21s
Generated by CI/CD workflow on 2026-06-04 11:55:29

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-04 11:55:29 +00:00
+5 -5
View File
@@ -22,7 +22,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`proxy.hexor.cy`)
- match: Host(`secret-reader.hexor.cy`)
kind: Rule
middlewares:
- name: auth-proxy
@@ -30,16 +30,16 @@ spec:
- name: secret-reader
port: 80
tls:
secretName: proxy-tls
secretName: secret-reader-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: proxy-tls
name: secret-reader-tls
spec:
secretName: proxy-tls
secretName: secret-reader-tls
issuerRef:
name: letsencrypt
kind: ClusterIssuer
dnsNames:
- proxy.hexor.cy
- secret-reader.hexor.cy