naming services
This commit is contained in:
parent
e4db4d4a35
commit
c24b103d1b
|
@ -21,7 +21,7 @@ spec:
|
|||
restartPolicy: Always
|
||||
containers:
|
||||
- name: nexus
|
||||
image: sonatype/nexus:latest
|
||||
image: sonatype/nexus3:latest
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
- containerPort: 5000
|
||||
|
|
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: sonatype/nexus3
|
||||
tag: stable
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue