Skip to content

Commit

Permalink
feat: remove HA from pichu and pikachu
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 15, 2023
1 parent b2b1673 commit 3f51f62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ k3sSyncToken:
remoteName: PICHU_K3S_TOKEN

vcluster:
replicas: 1
coredns:
replicas: 1
podLabels:
<<: *tags
podAnnotations:
Expand Down
3 changes: 3 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ k3sSyncToken:
remoteName: PIKACHU_K3S_TOKEN

vcluster:
replicas: 1
coredns:
replicas: 1
podLabels:
<<: *tags
podAnnotations:
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ k3sSyncToken:
vcluster:
enableHA: true
replicas: 3
storage:
persistence: false
coredns:
replicas: 3
storage:
persistence: false
serverToken:
secretKeyRef:
name: k3s-sync-token
Expand Down

0 comments on commit 3f51f62

Please sign in to comment.