blob: a26fe1aad3784c88d833938520c9080b2b518e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
apiVersion: v1
kind: Service
metadata:
name: rocketchat-external
spec:
selector: {}
ports:
- protocol: TCP
port: 80
targetPort: 80
name: "http"
- protocol: TCP
port: 443
targetPort: 443
name: "https"
|