Skip to content

Commit 1f444a2

Browse files
Need a port for ontocommand ui to work
1 parent 15145a6 commit 1f444a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/argocd/dev-readonly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ spec:
4646
helm:
4747
valuesObject:
4848
ontoserver:
49+
serverPort: 8001 # port forward the onto or varnish service to this local port
4950
deployment:
5051
kind: Deployment
5152
type: single
@@ -54,7 +55,7 @@ spec:
5455
imagePullSecrets:
5556
- name: quay-pull-secret # must exist in ontoserver-dev — see app-of-apps.yaml
5657
db:
57-
enabled: true # sidecar PostgreSQL
58+
enabled: true # sidecar PostgreSQL
5859

5960
timeZone: Australia/Brisbane
6061
language: en_AU

0 commit comments

Comments
 (0)