Page MenuHomePhabricator

deployment file generated for webarchivebot

Authored By
Amitie_10g
Dec 29 2018, 2:06 PM
Size
858 B
Referenced Files
None
Subscribers
None

deployment file generated for webarchivebot

kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: webarchivebot-backend
namespace: webarchivebot
spec:
replicas: 1
template:
metadata:
labels:
name: webarchivebot-backend
spec:
containers:
- name: webarchivebot-backend
image: docker-registry.tools.wmflabs.org/toollabs-php72-web:latest
command: [ "/usr/bin/php -c /data/project/webarchivebot/bin/config.php -f /data/project/webarchivebot/bin/main.php" ]
workingDir: /data/project/webarchivebot
env:
- name: HOME
value: /data/project/webarchivebot
imagePullPolicy: Always
volumeMounts:
- name: home
mountPath: /data/project/webarchivebot
volumes:
- name: home
hostPath:
path: /data/project/webarchivebot

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6898283
Default Alt Text
deployment file generated for webarchivebot (858 B)

Event Timeline