mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Add simple auth
This commit is contained in:
@@ -32,7 +32,10 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env: []
|
||||
env:
|
||||
# for simple authentication
|
||||
- name: Authorization
|
||||
value: "NothingFreeChatGPT!"
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
Reference in New Issue
Block a user