Skip to content

Commit

Permalink
deployment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
arttu76 committed Jun 8, 2024
1 parent ad59b4e commit 109fe34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deployment/k8s-zximage-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: zximage-deployment
image: registry.digitalocean.com/solvalou-docker/zximage:latest
image: europe-west4-docker.pkg.dev/tidal-anvil-395715/solvalou-artifact-registry/zximage:latest
imagePullPolicy: Always
ports:
- name: zximage-port
Expand All @@ -38,6 +38,13 @@ spec:
port: zximage-port
initialDelaySeconds: 3
periodSeconds: 120
resources:
limits:
cpu: "125m"
memory: "5Mi"
imagePullSecrets:
- name: gcr-artifact-registry-read-key

---
apiVersion: policy/v1
kind: PodDisruptionBudget
Expand Down

0 comments on commit 109fe34

Please sign in to comment.