Skip to content

Commit

Permalink
finish move gateway to host network
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 2, 2024
1 parent 24e3ace commit 5c29be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opi/settings.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# bl47p-ea-serv-01.diamond.ac.uk
org.phoebus.pv.ca/addr_list=172.23.242.47
org.phoebus.pv.ca/addr_list=172.23.242.47:9064
2 changes: 1 addition & 1 deletion services/cagateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- bash
args:
- "-c"
- "/epics/gateway -sport 9064 -cip 10.47.255.255 -pvlist /config/pvlist -access /config/access -log /dev/stdout -debug 1"
- "/epics/gateway -sport 9064 -cip 172.23.255.255 -pvlist /config/pvlist -access /config/access -log /dev/stdout -debug 1"
env:
- name: IOC_NAME
value: {{ .Release.Name }}
Expand Down

0 comments on commit 5c29be3

Please sign in to comment.