forked from DevFW-CICD/stacks
13 lines
No EOL
184 B
YAML
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 |