File tree Expand file tree Collapse file tree
advanced/camel-k/get-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apiVersion : sources.eventing. knative.dev/v1alpha1
1+ apiVersion : sources.knative.dev/v1alpha1
22kind : CamelSource
33metadata :
44 name : timed-greeter
Original file line number Diff line number Diff line change @@ -25,33 +25,33 @@ spec:
2525 spec :
2626 containers :
2727 - name : nexus
28- image : docker.io/sonatype/nexus
28+ image : docker.io/sonatype/nexus3
2929 resources :
3030 limits :
31- memory : " 512Mi "
31+ memory : " 1300Mi "
3232 cpu : " 500m"
3333 ports :
3434 - containerPort : 8081
3535 name : 8081-tcp
3636 livenessProbe :
3737 httpGet :
38- path : /nexus
38+ path : /service/rest/v1/status
3939 port : 8081
4040 # nexus has lots of init to do first time so lets give
4141 # more time for that to happen
4242 initialDelaySeconds : 180
4343 periodSeconds : 3
4444 readinessProbe :
4545 httpGet :
46- path : /nexus
46+ path : /service/rest/v1/status
4747 port : 8081
4848 # nexus has lots of init to do first time so lets give
4949 # more time for that to happen
5050 initialDelaySeconds : 180
5151 periodSeconds : 3
5252 volumeMounts :
53- - name : sonatype-work
54- mountPath : /sonatype-work
53+ - name : nexus-data
54+ mountPath : /nexus-data
5555 volumes :
56- - name : sonatype-work
56+ - name : nexus-data
5757 emptyDir : {}
You can’t perform that action at this time.
0 commit comments