Add poetry and fix CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-20 14:55:08 +02:00
parent 38f78cf007
commit d3251806fa
12 changed files with 490 additions and 30 deletions

26
kubernetes/job.yaml Normal file
View File

@@ -0,0 +1,26 @@
---
apiVersion: batch/v1
kind: Job
metadata:
name: python-hvac
namespace: raider
spec:
template:
spec:
containers:
- name: python-hvac
image: registry.k8s.psynet.su/python-hvac
imagePullPolicy: Always
resources:
requests:
memory: 16Mi
cpu: 0.1
limits:
memory: 128Mi
cpu: 0.2
# command:
# - tail
# - -f
restartPolicy: Never
serviceAccountName: raider
backoffLimit: 4