++in between2
This commit is contained in:
parent
d4e4739b19
commit
aef990b851
2 changed files with 8 additions and 8 deletions
|
@ -96,11 +96,9 @@ spec:
|
|||
image: ungleich/ungleich-certbot
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
- name: DOMAIN
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: certbot-configmap
|
||||
volumeMounts:
|
||||
- name: etcletsencrypt
|
||||
mountPath: "/etc/letsencrypt"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
commonLabels:
|
||||
app: ungleichetherpad
|
||||
customer: ungleich
|
||||
bases:
|
||||
- ../../base
|
||||
namePrefix: ungleich-
|
||||
configMapGenerator:
|
||||
- name: certbot-configmap
|
||||
literals:
|
||||
- DOMAIN=ungleich-tls1.default.svc.c2.k8s.ooo
|
||||
- EMAIL=technik@ungleich.ch
|
||||
|
|
Loading…
Reference in a new issue