Skip to content

Commit

Permalink
Merge branch 'main' into update_prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
inductor(Kohei) authored Nov 29, 2021
2 parents 8bb35df + 8ac2399 commit c1999f2
Show file tree
Hide file tree
Showing 113 changed files with 1,139 additions and 2,476 deletions.
10 changes: 9 additions & 1 deletion cfn/sqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,19 @@ Resources:
# SQS
# ------------------------------------------------------------#
# SQS Create
SQS:
DeplecatedSQS:
Type: AWS::SQS::Queue
Properties:
ContentBasedDeduplication: False
DelaySeconds: 10
FifoQueue: True
MessageRetentionPeriod: 60
QueueName: !Sub "${PJPrefix}MailQueue.fifo"
SQS:
Type: AWS::SQS::Queue
Properties:
ContentBasedDeduplication: False
DelaySeconds: 10
FifoQueue: True
MessageRetentionPeriod: 60
QueueName: !Sub "${PJPrefix}FifoQueue.fifo"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
destination:
namespace: dreamkast-api-mock
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/dreamkast-api-mock/base
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra.git
Expand Down
23 changes: 0 additions & 23 deletions manifests/app/argocd-apps/development/dreamkast-dk-1013.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions manifests/app/argocd-apps/development/dreamkast-dk-1014.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
destination:
namespace: dreamkast-dk-1018
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/dreamkast/overlays/development/dk-1018
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra
Expand Down
23 changes: 0 additions & 23 deletions manifests/app/argocd-apps/development/dreamkast-dk-1029.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
dreamkast.cloudnativedays.jp/app-commit-hash: 0142db69289446f82376178569a9ffe0d029fc6e
dreamkast.cloudnativedays.jp/app-commit-hash: a6d077a452f83b8f2435ea4b8336c6387923a4cf
dreamkast.cloudnativedays.jp/app-organization: cloudnativedaysjp
dreamkast.cloudnativedays.jp/app-repository: dreamkast
finalizers:
- resources-finalizer.argocd.argoproj.io
name: dreamkast-development-dk-1012
name: dreamkast-development-dk-1035
namespace: argocd
spec:
destination:
namespace: dreamkast-dk-1012
namespace: dreamkast-dk-1035
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/dreamkast/overlays/development/dk-1012
path: manifests/app/dreamkast/overlays/development/dk-1035
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra
targetRevision: main
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
destination:
namespace: dreamkast-staging
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/dreamkast/overlays/staging/main
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra.git
Expand Down
21 changes: 0 additions & 21 deletions manifests/app/argocd-apps/development/dreamkast-ui-194.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/app/argocd-apps/production/dreamkast-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
destination:
namespace: dreamkast
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/dreamkast/overlays/production/main
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
destination:
namespace: dreamkast
server: https://kubernetes.default.svc
project: default
project: app
source:
path: manifests/app/maintenance
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
destination:
namespace: dreamkast-releasebot
server: https://kubernetes.default.svc
project: default
project: cd
source:
path: manifests/app/dreamkast-releasebot/overlays/production
repoURL: https://github.com/cloudnativedaysjp/dreamkast-infra.git
Expand Down
21 changes: 0 additions & 21 deletions manifests/app/argocd-apps/template/dreamkast.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/app/dreamkast-api-mock/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
- service.yaml
images:
- name: 607167088920.dkr.ecr.ap-northeast-1.amazonaws.com/dreamkast-api-mock
newTag: 185772dc762dd87be3c027c71acd760770b0c778
newTag: b9bd18ca8052a9d72f4bca53339c7899dbeb0a37
- name: dreamkast-api-mock
newName: 607167088920.dkr.ecr.ap-northeast-1.amazonaws.com/dreamkast-api-mock
newTag: 329df4c0aa0cb53796a112aae00dcf7530b5b26e
28 changes: 0 additions & 28 deletions manifests/app/dreamkast/overlays/development/dk-1012/ingress.yaml

This file was deleted.

Loading

0 comments on commit c1999f2

Please sign in to comment.