Page MenuHomePhabricator

deployment file generated for webarchivebot

Authored By
Amitie_10g
Dec 28 2018, 2:35 AM
Size
878 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/webarchivebot.ini", "-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
6892113
Default Alt Text
deployment file generated for webarchivebot (878 B)

Event Timeline