@@ -42,6 +42,7 @@ cloudformation_stack:
42
42
UseAES256Encryption : " true"
43
43
CustomerManagedCmkArn : " "
44
44
ContainerInstanceType : t3a.medium
45
+ ContainerVolumeSize : 40
45
46
DatabaseAllocatedStorage : 100
46
47
DatabaseClass : db.t3.large
47
48
DatabaseEngineVersion : " 12"
@@ -71,17 +72,33 @@ k8s_ci_repository_arn: arn:aws:ecr:us-east-2:606178775542:repository/traff-appli
71
72
k8s_ci_vault_password_arn : arn:aws:secretsmanager:us-east-2:606178775542:secret:trafficstops-ansible-vault-password-XKpR8f
72
73
73
74
k8s_letsencrypt_email : admin@caktusgroup.com
74
- # New Relic Infrastructure: Caktus Paid Account
75
- k8s_newrelic_license_key : !vault |
76
- $ANSIBLE_VAULT;1.1;AES256
77
- 31623963653434303137323231656263643235616539316537346331646133313732316465623865
78
- 3438623336353035323437653033313434646366383236390a656531636336663530373462323331
79
- 32643434333833363433663932316534373565663035383334336231313366373763303263393836
80
- 3035363662323335630a306331303761303434633235616564386362353766336462656535663033
81
- 31333537343865616436623063386539303339653165636664633736666365623337326363646437
82
- 6565393035313438666364363231353562613334376135663031
75
+ k8s_iam_users : [copelco]
76
+
77
+ # Pin ingress-nginx and cert-manager to current versions so future upgrades of this
78
+ # role will not upgrade these charts without your intervention:
79
+ # https://github.com/kubernetes/ingress-nginx/releases
80
+ k8s_ingress_nginx_chart_version : " 3.39.0"
81
+ # https://github.com/jetstack/cert-manager/releases
82
+ k8s_cert_manager_chart_version : " v1.6.1"
83
+ # AWS only:
84
+ # Use the newer load balancer type (NLB). DO NOT edit k8s_aws_load_balancer_type after
85
+ # creating your Service.
86
+ k8s_aws_load_balancer_type : nlb
87
+
88
+ # ----------------------------------------------------------------------------
89
+ # caktus.k8s-hosting-services: Logging and monitoring configuration
90
+ # ----------------------------------------------------------------------------
83
91
84
92
k8s_papertrail_logspout_destination : " syslog+tls://logs2.papertrailapp.com:20851"
85
93
k8s_papertrail_logspout_memory_limit : 128Mi
86
94
87
- k8s_iam_users : [copelco]
95
+ # New Relic Infrastructure: admin+newrelic@caktusgroup.com
96
+ k8s_newrelic_chart_version : " 3.2.4"
97
+ k8s_newrelic_license_key : !vault |
98
+ $ANSIBLE_VAULT;1.1;AES256
99
+ 37656631623333346263383231386165666531333961373931383661366338343634333362356430
100
+ 3963613833663637313632373465613730383365626461630a383432346335386632303935356532
101
+ 61643737636132336339336332396262623362333663333130393031376338363266363430326136
102
+ 6131396135646236360a323766623330313365306539316263393533623063346166653433316631
103
+ 39356263623363653934333064376364363562303236646238666234356136663539343064383463
104
+ 3161356339656137373935623562366134393765346466643365
0 commit comments