Skip to content

Commit

Permalink
to statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Dec 25, 2023
1 parent d129b2e commit c813a83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/deployment.yml
@@ -1,9 +1,10 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: gijirock
namespace: default
spec:
serviceName: "gijirock"
replicas: 4
selector:
matchLabels:
Expand Down Expand Up @@ -38,8 +39,8 @@ spec:
cpu: 100m
memory: 263M
limits:
cpu: 1000m
memory: 512M
cpu: 4000m
memory: 4G
imagePullPolicy: Always
image: ghcr.io/pyama86/tamaki:sha-89aedea@sha256:8006ca118a1c50094c1e1272b2f7a6afa9a2780141edf65fc6a92830c5ae3311
command:
Expand Down

0 comments on commit c813a83

Please sign in to comment.