git-subtree-dir: acm-hub-bootstrap git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
27 lines
880 B
YAML
27 lines
880 B
YAML
# 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: iwashere@iwashere.com
|
|
#
|
|
# clusterGroup:
|
|
# applications:
|
|
# letsencrypt:
|
|
# name: letsencrypt
|
|
# namespace: letsencrypt
|
|
# # Using 'default' as that exists everywhere
|
|
# project: default
|
|
# path: common/letsencrypt
|