Skip to content

Commit

Permalink
add ack for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
sungil committed Mar 28, 2023
1 parent bcb3ff0 commit 4018fd5
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
46 changes: 46 additions & 0 deletions tks-cluster/infra/aws/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,49 @@ spec:
encrypted: "true"

wait: true
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: aws-ack-s3
name: aws-ack-s3
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://harbor-cicd.taco-cat.xyz/chartrepo/tks
name: s3-chart
version: v1.0.3
releaseName: s3-chart
targetNamespace: taco-system
values:
image:
repository: harbor-cicd.taco-cat.xyz/tks/s3-controller #public.ecr.aws/aws-controllers-k8s/s3-controller
tag: v1.0.3
aws:
region: us-west-2
deployment:
nodeSelector:
kubernetes.io/os: linux
taco-lma: enabled
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: ack-resources
name: ack-resources
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://harbor-cicd.taco-cat.xyz/chartrepo/tks
name: ack-resources
version: v1.0.0
releaseName: ack-resources
targetNamespace: taco-system
values:
s3:
enabled: true
name: TO_BE_FIXED
7 changes: 7 additions & 0 deletions tks-cluster/infra/aws/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ charts:
taco-lma: enabled
servicemesh: enabled
taco-ingress-gateway: enabled
- name: ack-resources
override:
s3:
enabled: true
name:
- $(clusterName)_thanos
- $(clusterName)_loki

0 comments on commit 4018fd5

Please sign in to comment.