mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 13:33:27 +00:00
23 lines
318 B
YAML
23 lines
318 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: zulip
|
|
labels:
|
|
app: zulip
|
|
spec:
|
|
selector:
|
|
app: zulip
|
|
ports:
|
|
- name: smtp
|
|
port: 25
|
|
targetPort: 25
|
|
protocol: TCP
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
protocol: TCP
|
|
- name: https
|
|
port: 443
|
|
targetPort: 443
|
|
protocol: TCP
|