Skip to content

Commit

Permalink
Set Nightly image, adjust cpu/mem
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisSimon committed Jul 3, 2024
1 parent 2e29c6c commit f00149f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
.DS_Store
/deployment/custom
10 changes: 5 additions & 5 deletions deployment/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: codebook
image: docker.ausdertechnik.de/adt-services/codebook:<IMAGETAG>
image: ghcr.io/krissimon/codebook:nightly
imagePullPolicy: "Always"
securityContext:
privileged: true
Expand All @@ -35,11 +35,11 @@ spec:
mountPath: /project
resources:
requests:
memory: "2Gi"
cpu: "2"
memory: "1Gi"
cpu: "1"
limits:
memory: "4Gi"
cpu: "4"
memory: "2Gi"
cpu: "2"
livenessProbe:
tcpSocket:
port: 31546
Expand Down

0 comments on commit f00149f

Please sign in to comment.