stacks-instances/otc/o12yclient.think-ahead.cloud/stacks/ref-implementation/mailhog/service.yaml
Automated pipeline 2d806a240b Initial upload
2025-06-02 15:01:02 +00:00

13 lines
No EOL
184 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mailhog
spec:
selector:
app: mailhog
ports:
- name: smtp
port: 1025
- name: http
port: 8025
type: ClusterIP