in between commit (changing computers)

This commit is contained in:
Nico Schottelius 2021-06-19 17:01:20 +02:00
parent 8b594f17ba
commit d4e4739b19

View file

@ -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"