You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
18 lines
367 B
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: /snap/kompose/1/./kompose-linux-amd64 convert -f ../docker-compose.yaml
|
|
kompose.version: 1.18.0 (06a2e56)
|
|
labels:
|
|
io.kompose.service: parsoid
|
|
name: parsoid
|
|
spec:
|
|
ports:
|
|
- name: "8000"
|
|
port: 8000
|
|
targetPort: 8000
|
|
selector:
|
|
sapian-app: parsoid
|
|
type: ClusterIP
|