Skip to content

Commit f015cfa

Browse files
Merge pull request #221 from kameshsampath/release/v0.14.x
Camel-K QA
2 parents 6f3c974 + f897f98 commit f015cfa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

advanced/camel-k/get-started/timed-greeter-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: sources.eventing.knative.dev/v1alpha1
1+
apiVersion: sources.knative.dev/v1alpha1
22
kind: CamelSource
33
metadata:
44
name: timed-greeter

install/utils/nexus.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)