mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
84 lines
2.5 KiB
YAML
84 lines
2.5 KiB
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
|
kubectl.kubernetes.io/last-applied-configuration: >
|
|
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"argocd.argoproj.io/sync-options":"ServerSideApply=true"},"name":"multiple-protocol-port-svc","namespace":"default"},"spec":{"ports":[{"name":"rtmpk","port":1986,"protocol":"UDP","targetPort":1986},{"name":"rtmp","port":1935,"targetPort":1935},{"name":"https","port":443,"targetPort":443}]}}
|
|
creationTimestamp: '2022-06-24T19:37:02Z'
|
|
labels:
|
|
app.kubernetes.io/instance: big-crd
|
|
managedFields:
|
|
- apiVersion: v1
|
|
fieldsType: FieldsV1
|
|
fieldsV1:
|
|
'f:metadata':
|
|
'f:annotations':
|
|
'f:argocd.argoproj.io/sync-options': {}
|
|
'f:labels':
|
|
'f:app.kubernetes.io/instance': {}
|
|
'f:spec':
|
|
'f:ports':
|
|
'k:{"port":1935,"protocol":"TCP"}':
|
|
.: {}
|
|
'f:name': {}
|
|
'f:port': {}
|
|
'f:targetPort': {}
|
|
'k:{"port":1986,"protocol":"UDP"}':
|
|
.: {}
|
|
'f:name': {}
|
|
'f:port': {}
|
|
'f:protocol': {}
|
|
'f:targetPort': {}
|
|
'k:{"port":443,"protocol":"TCP"}':
|
|
.: {}
|
|
'f:name': {}
|
|
'f:port': {}
|
|
'f:targetPort': {}
|
|
manager: argocd-controller
|
|
operation: Apply
|
|
time: '2022-06-24T19:45:02Z'
|
|
- apiVersion: v1
|
|
fieldsType: FieldsV1
|
|
fieldsV1:
|
|
'f:metadata':
|
|
'f:annotations':
|
|
.: {}
|
|
'f:argocd.argoproj.io/sync-options': {}
|
|
'f:kubectl.kubernetes.io/last-applied-configuration': {}
|
|
'f:spec':
|
|
'f:internalTrafficPolicy': {}
|
|
'f:sessionAffinity': {}
|
|
'f:type': {}
|
|
manager: kubectl-client-side-apply
|
|
operation: Update
|
|
time: '2022-06-24T19:37:02Z'
|
|
name: multiple-protocol-port-svc
|
|
namespace: default
|
|
resourceVersion: '1825080'
|
|
uid: af42e800-bd33-4412-bc77-d204d298613d
|
|
spec:
|
|
clusterIP: 10.111.193.74
|
|
clusterIPs:
|
|
- 10.111.193.74
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- name: rtmpk
|
|
port: 1986
|
|
protocol: UDP
|
|
targetPort: 1986
|
|
- name: rtmp
|
|
port: 1935
|
|
protocol: TCP
|
|
targetPort: 1935
|
|
- name: https
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 443
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
status:
|
|
loadBalancer: {}
|