forked from validatedpatterns/connected-vehicle-architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-AWS.yaml
26 lines (24 loc) · 880 Bytes
/
values-AWS.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# The following snippet can be commented out in oroder
# to enable letsencrypt certificates on API endpoint and default
# ingress of the cluster
# It is currently very experimental and unsupported.
# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme
# for all the limitations around it
# letsencrypt:
# enabled: true
# api_endpoint: true
# # FIXME: tweak this to match your region
# region: eu-central-1
# server: https://acme-v02.api.letsencrypt.org/directory
# # server: https://acme-staging-v02.api.letsencrypt.org/directory
# # FIXME: set this to your correct email
# email: [email protected]
#
# clusterGroup:
# applications:
# letsencrypt:
# name: letsencrypt
# namespace: letsencrypt
# # Using 'default' as that exists everywhere
# project: default
# path: common/letsencrypt