Files
homelab/overrides/values-AWS.yaml
rblundon 939177be6b Squashed 'acm-hub-bootstrap/' content from commit 4b79b1a0
git-subtree-dir: acm-hub-bootstrap
git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
2025-04-14 23:43:59 -05:00

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