Skip to content

Commit

Permalink
feat :: gocd 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jun 28, 2024
1 parent b45cfa6 commit 5cf3533
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: gocd
type: application
version: 1.0.0
dependencies:
- name: gocd
version: 2.8.0
repository: https://gocd.github.io/helm-chart

29 changes: 29 additions & 0 deletions apps/gocd/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
gocd:
server:
toleration:
- effect: "NoSchedule"
key: xquare/server
operator: "Equal"
value: "true"
- effect: "NoSchedule"
key: xquare/platform
operator: "Equal"
value: "true"
- effect: "NoSchedule"
key: xquare/test
operator: "Equal"
value: "true"
agent:
toleration:
- effect: "NoSchedule"
key: xquare/server
operator: "Equal"
value: "true"
- effect: "NoSchedule"
key: xquare/platform
operator: "Equal"
value: "true"
- effect: "NoSchedule"
key: xquare/test
operator: "Equal"
value: "true"
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ projects:
source:
path: apps/grafana-tempo
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
- name: gocd
namespace: gocd
source:
path: apps/gocd
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit 5cf3533

Please sign in to comment.