mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
30 lines
542 B
YAML
30 lines
542 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
|
||
|
|
- name: rtmpq
|
||
|
|
port: 1935
|
||
|
|
protocol: UDP
|
||
|
|
targetPort: 1935
|
||
|
|
- name: https
|
||
|
|
port: 443
|
||
|
|
targetPort: 443
|
||
|
|
- name: http3
|
||
|
|
port: 443
|
||
|
|
protocol: UDP
|
||
|
|
targetPort: 443
|