Skip to content

Commit

Permalink
ref(15): Start #11 testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 16, 2023
1 parent 5099d0f commit b1ce757
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/k8s/containers-init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
metadata:
labels:
pipeline: jenkinsfile
spec:
containers:
- name: 'bash'
image: bash:5.2
command:
- cat
tty: true
resources:
requests:
cpu: "0.1"
memory: "128Mi"
limits:
cpu: "0.5"
memory: "512Mi"
securityContext:
runAsNonRoot: true
runAsUser: 1000

0 comments on commit b1ce757

Please sign in to comment.