17 lines
281 B
YAML
17 lines
281 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: telegram
|
|
namespace: synapse
|
|
labels:
|
|
app.kubernetes.io/name: telegram
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 29317
|
|
protocol: TCP
|
|
targetPort: 29317
|
|
selector:
|
|
app: telegram
|
|
publishNotReadyAddresses: true
|