mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
11 lines
267 B
Text
11 lines
267 B
Text
|
|
apiVersion: v1
|
||
|
|
metadata:
|
||
|
|
name: kube-lego
|
||
|
|
namespace: kube-system
|
||
|
|
data:
|
||
|
|
# modify this to specify your address
|
||
|
|
lego.email: "{{ lego_email }}"
|
||
|
|
# configure letsencrypt's production api
|
||
|
|
lego.url: "https://acme-v01.api.letsencrypt.org/directory"
|
||
|
|
kind: ConfigMap
|