Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
16 lines
288 B
YAML
16 lines
288 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: smtp-relay
|
|
namespace: smtp-relay
|
|
labels:
|
|
app: smtp-relay
|
|
spec:
|
|
selector:
|
|
app: smtp-relay
|
|
ports:
|
|
# In-cluster apps send here: smtp-relay.smtp-relay.svc.cluster.local:25
|
|
- name: smtp
|
|
port: 25
|
|
targetPort: 25
|