Skip to content

Commit

Permalink
Merge pull request #262 from openinfradev/minimal_deploy_support
Browse files Browse the repository at this point in the history
최소사항 클러스터 지원을 위한 여정
  • Loading branch information
ktkfree authored Sep 12, 2023
2 parents c475f09 + a7f95f6 commit 71857e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tks-cluster/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
registry: harbor.taco-cat.xyz
image: tks/kube-webhook-certgen
digest: ""
replicaCount: 2
replicaCount: 1
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -119,6 +119,10 @@ spec:
proxy-body-size: "10m"
hostPort:
enabled: true
resources:
requests:
cpu: 100m
memory: 4Gi
wait: true
# ---
# apiVersion: helm.fluxcd.io/v1
Expand Down

0 comments on commit 71857e8

Please sign in to comment.