14 lines
196 B
YAML
14 lines
196 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: tuwunel
|
||
|
|
namespace: matrix
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
app: tuwunel
|
||
|
|
ports:
|
||
|
|
- name: http
|
||
|
|
port: 6167
|
||
|
|
targetPort: 6167
|
||
|
|
protocol: TCP
|