Skip to content

Commit

Permalink
Merge pull request #447 from na2na-p/chore/sts
Browse files Browse the repository at this point in the history
STSとして扱う
  • Loading branch information
2na2-p[bot] authored Sep 2, 2024
2 parents c72294e + 51870f4 commit e8012b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: {{ include "jetdisc.fullname" . }}
labels: {{- include "jetdisc.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
selector:
matchLabels:
app: {{ include "jetdisc.name" . }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down
2 changes: 0 additions & 2 deletions infra/k8s/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
replicaCount: 1

image:
repository: na2na/jetdisc
tag: "3.0.5"
Expand Down

0 comments on commit e8012b6

Please sign in to comment.