rewrite dockerfile / deployment
This commit is contained in:
23
deployment.yml
Normal file
23
deployment.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: sarcastifybot
|
||||
labels:
|
||||
app: sarcastifybot
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: sarcastifybot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: sarcastifybot
|
||||
spec:
|
||||
containers:
|
||||
- name: main
|
||||
image: harbor.blacknova.io/nvls/sarcastifybot:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TELEGRAM_BOT_TOKEN
|
||||
value: "924754197:AAGvpdqUY-2pOy1wnQIW2zeS-oA7-lxwfqU"
|
||||
Reference in New Issue
Block a user