Add simple auth

This commit is contained in:
2024-04-09 22:30:02 +10:00
parent 62348cbf6c
commit abafe81a8f
+4 -1
View File
@@ -32,7 +32,10 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
env: []
env:
# for simple authentication
- name: Authorization
value: "NothingFreeChatGPT!"
securityContext:
runAsUser: 1000
runAsGroup: 1000