Skip to content

Commit

Permalink
fix: update deployment manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
blitss committed Jul 11, 2023
1 parent b3aaa68 commit a57aef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
- "true"
containers:
- name: yc-preemptible-killer
image: europe-west4-docker.pkg.dev/youthink/docker/yc-preemptible-killer:latest
image: europe-west4-docker.pkg.dev/youthink/docker/yc-preemptible-killer:b3aaa683e129b16fc7780f27979c3ad38b642b02
ports:
- name: prom-metrics
containerPort: 9001
containerPort: 9101
env:
- name: DRAIN_TIMEOUT
value: "300"
Expand Down
4 changes: 3 additions & 1 deletion manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
metadata:
name: yc-preemptible-killer
namespace: default
commonLabels:
app: yc-preemptible-killer
resources:
Expand Down

0 comments on commit a57aef7

Please sign in to comment.