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
|
||||
ports:
|
||||
- containerPort: 80
|
||||
command:
|
||||
- certbot
|
||||
- certonly
|
||||
- --agree-tos
|
||||
- --cert-name
|
||||
- 'tls1.default.svc.c2.k8s.ooo'
|
||||
- --email
|
||||
- sre@ungleich.ch
|
||||
- --expand
|
||||
- --non-interactive
|
||||
- --domain
|
||||
- 'tls1.default.svc.c2.k8s.ooo'
|
||||
- --standalone
|
||||
env:
|
||||
- name: DOMAIN
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
volumeMounts:
|
||||
- name: etcletsencrypt
|
||||
mountPath: "/etc/letsencrypt"
|
||||
|
|
Loading…
Reference in a new issue