add service into intranet

This commit is contained in:
2026-02-20 12:54:25 +01:00
parent 8523853e11
commit 234cc41587

View File

@@ -39,4 +39,18 @@ spec:
protocol: TCP
port: 25
targetPort: 25
---
apiVersion: v1
kind: Service
metadata:
name: smtp-local
spec:
type: LoadBalancer
selector:
app: smtp
ports:
- name: smtp
protocol: TCP
port: 25
targetPort: 25