Skip to content

Commit

Permalink
add eks publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelev committed Apr 23, 2020
1 parent aa17574 commit 2de087c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helm/generic-rw-s3/app-configs/concepts-rw-s3_eks_publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Values used for the deployed application.
replicaCount: 1
service:
name: concepts-rw-s3
eksCluster: true
bucket:
key: "concepts-rw-s3.bucket"
# We have a single bucket where all the clusters in all regions write
awsRegionKey: "concepts-rw-s3.bucket_region"
env:
- name: RESOURCE_PATH
value: "concepts"
1 change: 1 addition & 0 deletions helm/generic-rw-s3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
service:
name: "" # The name of the service, should be defined in the specific app-configs folder.
hasHealthcheck: "true"
eksCluster: false
replicaCount: 1
image:
repository: coco/generic-rw-s3
Expand Down

0 comments on commit 2de087c

Please sign in to comment.