naming services
This commit is contained in:
parent
4f7fc5619f
commit
0027ffa8e9
|
@ -2,13 +2,16 @@ apiVersion: extensions/v1beta1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: nexus
|
||||
name: httpd
|
||||
labels:
|
||||
app: nexus
|
||||
environment: production
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy: {}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: httod
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -9,6 +9,9 @@ metadata:
|
|||
spec:
|
||||
replicas: 1
|
||||
strategy: {}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nexus
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue