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
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: whoami
spec:
ports:
- name: web
port: 80
targetPort: web
selector:
app: whoami