Standardize config.
This commit is contained in:
@@ -7,12 +7,12 @@ spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .port }}
|
||||
targetPort: {{ .port }}
|
||||
port: 8008
|
||||
targetPort: 8008
|
||||
protocol: TCP
|
||||
- name: federation
|
||||
port: {{ .federationPort }}
|
||||
targetPort: {{ .federationPort }}
|
||||
port: 8448
|
||||
targetPort: 8448
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: matrix-synapse
|
||||
|
||||
Reference in New Issue
Block a user