Files
python-hvac/kubernetes/job.yaml
Igor Shatunov d3251806fa
Some checks failed
continuous-integration/drone/push Build is failing
Add poetry and fix CICD
2023-01-20 14:55:08 +02:00

26 lines
521 B
YAML

---
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