2023-03-27 12:30:33 -07:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: 5etools
|
|
|
|
spec:
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: 5etools
|
2023-03-28 09:45:40 -07:00
|
|
|
replicas: 1
|
2023-03-27 12:30:33 -07:00
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: 5etools
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: 5etools
|
|
|
|
image: jafner/5etools-docker
|
2023-03-28 09:45:40 -07:00
|
|
|
env:
|
|
|
|
- name: SOURCE
|
|
|
|
value: "GITHUB-NOIMG"
|
2023-03-27 12:30:33 -07:00
|
|
|
ports:
|
|
|
|
- containerPort: 80
|