Skip to content

Commit

Permalink
Fix for reverse proxy config (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonRadadia20 authored Dec 24, 2024
1 parent c23d80c commit f87bb7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
# Fill in the appropriate values, refer to docs if required
# Create the configmap using following cmd
# kubectl/oc create configmap powermax-reverseproxy-config --from-file config.yaml -n <namespace>
mode: StandAlone
port: 2222
logLevel: debug
logFormat: text
config:
standAloneConfig:
storageArrays:
- storageArrayId: "REPLACE_SYSTEMID"
primaryURL: "https://REPLACE_ENDPOINT"
Expand Down

0 comments on commit f87bb7a

Please sign in to comment.