There was an error while loading. Please reload this page.
1 parent 15145a6 commit 1f444a2Copy full SHA for 1f444a2
1 file changed
examples/argocd/dev-readonly.yaml
@@ -46,6 +46,7 @@ spec:
46
helm:
47
valuesObject:
48
ontoserver:
49
+ serverPort: 8001 # port forward the onto or varnish service to this local port
50
deployment:
51
kind: Deployment
52
type: single
@@ -54,7 +55,7 @@ spec:
54
55
imagePullSecrets:
56
- name: quay-pull-secret # must exist in ontoserver-dev — see app-of-apps.yaml
57
db:
- enabled: true # sidecar PostgreSQL
58
+ enabled: true # sidecar PostgreSQL
59
60
timeZone: Australia/Brisbane
61
language: en_AU
0 commit comments