17 lines
258 B
YAML
17 lines
258 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: synapse
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: http
|
||
|
protocol: TCP
|
||
|
port: 8008
|
||
|
targetPort: 8008
|
||
|
- name: https
|
||
|
protocol: TCP
|
||
|
port: 8448
|
||
|
targetPort: 8448
|
||
|
selector: {}
|
||
|
type: ClusterIP
|