almost
This commit is contained in:
parent
9a92097ebf
commit
3e2b9e0541
1 changed files with 1 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ spec:
|
||||||
- name: API_SERVER_PORT
|
- name: API_SERVER_PORT
|
||||||
value: "8642"
|
value: "8642"
|
||||||
- name: API_SERVER_KEY
|
- name: API_SERVER_KEY
|
||||||
value: "" # empty = no auth (tailnet-only, private)
|
value: "change-me-make-me-secret" #(tailnet-only, private)
|
||||||
- name: API_SERVER_MODEL_NAME
|
- name: API_SERVER_MODEL_NAME
|
||||||
value: "hermes-agent"
|
value: "hermes-agent"
|
||||||
|
|
||||||
|
|
@ -169,8 +169,6 @@ spec:
|
||||||
mountPath: /tmp/hermes/config.yaml
|
mountPath: /tmp/hermes/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: hermes-bin
|
|
||||||
mountPath: /home/hermes/bin
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue