configured calibre auth, and removed signup from adventurelog
This commit is contained in:
@@ -44,6 +44,17 @@ spec:
|
||||
value: "1000"
|
||||
- name: TZ
|
||||
value: Europe/Budapest
|
||||
# KasmVNC authentication
|
||||
- name: CUSTOM_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calibre-auth
|
||||
key: username
|
||||
- name: PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calibre-auth
|
||||
key: password
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user