Refactor Kubernetes configuration for Traefik and mailserver stack

This commit is contained in:
2024-06-26 09:11:06 +08:00
parent 70f3a007fc
commit d97924e7e7
8 changed files with 155 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: whoami-ingress
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: whoami
port:
name: web