Added CI resources
This commit is contained in:
26
k8s/deployments.yaml
Normal file
26
k8s/deployments.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: golifehk
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: golifehk
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: golifehk
|
||||
srv: go
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: registry-auth
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.k8s.astropenguin.net/golifehk:IMAGE_TAG
|
||||
env:
|
||||
- name: TELEGRAM_API_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: golifehk-conf
|
||||
key: TELEGRAM_API_TOKEN
|
Reference in New Issue
Block a user