diff --git a/opi/settings.ini b/opi/settings.ini index 4f60b71..cc188f9 100644 --- a/opi/settings.ini +++ b/opi/settings.ini @@ -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 diff --git a/services/cagateway/templates/deployment.yaml b/services/cagateway/templates/deployment.yaml index 8054dc3..48c8dc6 100644 --- a/services/cagateway/templates/deployment.yaml +++ b/services/cagateway/templates/deployment.yaml @@ -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 }}