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.

40 lines
1.0 KiB

apiVersion: extensions/v1beta1
kind: Deployment
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
sapian-app: parsoid
name: parsoid
spec:
selector:
matchLabels:
sapian-app: parsoid
replicas: 1
strategy: {}
template:
metadata:
labels:
io.kompose.service: parsoid
sapian-app: parsoid
spec:
containers:
- env:
- name: PARSOID_DOMAIN_localhost
value: http://localhost/w/api.php
- name: PARSOID_DOMAIN_sapian
value: https://wiki.sapian.com.co/api.php
- name: PARSOID_DOMAIN_wiki.sapian.com.co
value: https://wiki.sapian.com.co/api.php
- name: PARSOID_DOMAIN_wiki_sapian_com_co
value: https://wiki.sapian.com.co/api.php
image: thenets/parsoid:0.10.0
name: parsoid
ports:
- containerPort: 8000
resources: {}
restartPolicy: Always
status: {}