k8s-manifests/rds/base/doris-service.yaml

26 lines
416 B
YAML
Raw Permalink Normal View History

2023-03-31 05:53:00 +00:00
---
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
labels:
app: layer1-port-doris
name: layer1-port-doris
2023-05-03 09:19:45 +00:00
namespace: helmrds
2023-03-31 05:53:00 +00:00
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: layer1-port-doris
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""
selfLink: ""