stacks-instances/otc/stacks/ref-implementation/mailhog/service.yaml

13 lines
184 B
YAML
Raw Normal View History

2025-05-21 13:04:28 +00:00
apiVersion: v1
kind: Service
metadata:
name: mailhog
spec:
selector:
app: mailhog
ports:
- name: smtp
port: 1025
- name: http
port: 8025
type: ClusterIP