1
0
Fork 0

naming services

This commit is contained in:
sido 2018-06-25 16:32:02 +02:00
parent 4f7fc5619f
commit 0027ffa8e9
2 changed files with 7 additions and 1 deletions

View File

@ -2,13 +2,16 @@ apiVersion: extensions/v1beta1
kind: Deployment kind: Deployment
metadata: metadata:
creationTimestamp: null creationTimestamp: null
name: nexus name: httpd
labels: labels:
app: nexus app: nexus
environment: production environment: production
spec: spec:
replicas: 1 replicas: 1
strategy: {} strategy: {}
selector:
matchLabels:
app: httod
template: template:
metadata: metadata:
labels: labels:

View File

@ -9,6 +9,9 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
strategy: {} strategy: {}
selector:
matchLabels:
app: nexus
template: template:
metadata: metadata:
labels: labels: