14 lines
173 B
YAML
14 lines
173 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ocis-svc
|
|
labels:
|
|
app: ocis
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 9200
|
|
selector:
|
|
app: ocis
|