mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-11 00:40:23 +00:00
13 lines
184 B
YAML
13 lines
184 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kubernetes
|
|
namespace: default
|
|
spec:
|
|
clusterIP: 10.0.0.1
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 443
|