Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 26 additions & 7 deletions deploy/prod/cla-assistant.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
replicaCount: 1
service:
enabled: true
name: cla-assistent
name: cla-assistant
port: 8080
type: ClusterIP
containerPort: 8080
tls:
enabled: true
issuerName: cloudflare
image:
repository: ${ECR_REGISTRY}/cla-assistent
repository: ${ECR_REGISTRY}/cla-assistant
pullPolicy: Always
tag: prod
serviceAccount:
Expand Down Expand Up @@ -46,23 +46,42 @@ env:
GITHUB_CLIENT:
type: parameterStore
name: github-client
parameter_name: /eks/maker-prod/cla-assistent/github-client
parameter_name: /eks/maker-prod/cla-assistant/github-client
GITHUB_SECRET:
type: parameterStore
name: github-secret
parameter_name: /eks/maker-prod/cla-assistent/github-secret
parameter_name: /eks/maker-prod/cla-assistant/github-secret
GITHUB_TOKEN:
type: parameterStore
name: github-token
parameter_name: /eks/maker-prod/cla-assistent/github-token
parameter_name: /eks/maker-prod/cla-assistant/github-token
GITHUB_APP_NAME:
type: kv
value: "CLA Assistant MakerDAO"
GITHUB_APP_ID:
type: parameterStore
name: github-app-id
parameter_name: /eks/maker-prod/cla-assistant/github-app-id
GITHUB_APP_CLIENT:
type: parameterStore
name: github-app-client
parameter_name: /eks/maker-prod/cla-assistant/github-app-client
GITHUB_APP_SECRET:
type: parameterStore
name: github-app-secret
parameter_name: /eks/maker-prod/cla-assistant/github-app-secret
GITHUB_APP_PRIVATE_KEY:
type: parameterStore
name: github-app-private-key
parameter_name: /eks/maker-prod/cla-assistant/github-app-private-key
MONGODB:
type: parameterStore
name: mongodb
parameter_name: /eks/maker-prod/cla-assistent/mongodb
parameter_name: /eks/maker-prod/cla-assistant/mongodb
GITHUB_ADMIN_USERS:
type: parameterStore
name: github-admin-users
parameter_name: /eks/maker-prod/cla-assistent/github-admin-users
parameter_name: /eks/maker-prod/cla-assistant/github-admin-users
externalSecrets:
clusterSecretStoreName: maker-prod
readinessProbe:
Expand Down