chore: lint fix
This commit is contained in:
parent
da20aed4b0
commit
142759ac50
|
@ -26,7 +26,7 @@ spec:
|
||||||
- name: OPENAI_API_KEY
|
- name: OPENAI_API_KEY
|
||||||
value: sk-xxx
|
value: sk-xxx
|
||||||
- name: OPENAI_API_BASE_URL
|
- name: OPENAI_API_BASE_URL
|
||||||
value: "https://api.openai.com"
|
value: 'https://api.openai.com'
|
||||||
- name: OPENAI_API_MODEL
|
- name: OPENAI_API_MODEL
|
||||||
value: gpt-3.5-turbo
|
value: gpt-3.5-turbo
|
||||||
- name: API_REVERSE_PROXY
|
- name: API_REVERSE_PROXY
|
||||||
|
|
|
@ -3,7 +3,7 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.ingress.kubernetes.io/proxy-connect-timeout: "5"
|
nginx.ingress.kubernetes.io/proxy-connect-timeout: '5'
|
||||||
name: chatgpt-web
|
name: chatgpt-web
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in New Issue