mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
19 lines
368 B
YAML
19 lines
368 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
|
labels:
|
|
app.kubernetes.io/instance: big-crd
|
|
name: multiple-protocol-port-svc
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- name: rtmpk
|
|
port: 1986
|
|
protocol: UDP
|
|
targetPort: 1986
|
|
- name: rtmp
|
|
port: 1935
|
|
targetPort: 1935
|