in between commit (changing computers)
This commit is contained in:
parent
8b594f17ba
commit
d4e4739b19
1 changed files with 5 additions and 13 deletions
|
@ -96,19 +96,11 @@ spec:
|
||||||
image: ungleich/ungleich-certbot
|
image: ungleich/ungleich-certbot
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
command:
|
env:
|
||||||
- certbot
|
- name: DOMAIN
|
||||||
- certonly
|
valueFrom:
|
||||||
- --agree-tos
|
fieldRef:
|
||||||
- --cert-name
|
fieldPath: spec.nodeName
|
||||||
- 'tls1.default.svc.c2.k8s.ooo'
|
|
||||||
- --email
|
|
||||||
- sre@ungleich.ch
|
|
||||||
- --expand
|
|
||||||
- --non-interactive
|
|
||||||
- --domain
|
|
||||||
- 'tls1.default.svc.c2.k8s.ooo'
|
|
||||||
- --standalone
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: etcletsencrypt
|
- name: etcletsencrypt
|
||||||
mountPath: "/etc/letsencrypt"
|
mountPath: "/etc/letsencrypt"
|
||||||
|
|
Loading…
Reference in a new issue