Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user