17 lines
278 B
YAML
Raw Normal View History

2024-12-16 16:52:47 +01:00
apiVersion: v1
kind: Service
metadata:
name: discord
namespace: synapse
labels:
app.kubernetes.io/name: discord
spec:
ports:
- name: http
port: 29334
protocol: TCP
targetPort: 29334
selector:
app: discord
publishNotReadyAddresses: true