Skip to content

Commit

Permalink
Update env vars of registry-memory (#11877)
Browse files Browse the repository at this point in the history
Signed-off-by: Arpad Kiss <arpad.a.kiss@est.tech>
  • Loading branch information
arp-est authored Apr 19, 2024
1 parent 38788dc commit 4833211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/registry-memory/registry-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spec:
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
- name: REGISTRY_MEMORY_LISTEN_ON
- name: NSM_LISTEN_ON
value: tcp://:5002
- name: REGISTRY_MEMORY_LOG_LEVEL
- name: NSM_LOG_LEVEL
value: TRACE
- name: REGISTRY_MEMORY_PROXY_REGISTRY_URL
- name: NSM_PROXY_REGISTRY_URL
value: nsmgr-proxy:5004
imagePullPolicy: IfNotPresent
name: registry
Expand Down

0 comments on commit 4833211

Please sign in to comment.