Here it is with both labels: 
thanks

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  labels:
    component: symphony
    app: naas
  name: symphony
  namespace: symphony
spec:
  replicas: 1
  template:
    metadata:
      labels:
        component: symphony
        app: naas
    spec:
      containers:
      - image: registry.naas.aws.charterlab.com:4567/symphony/api:17.05.10
        name: api
        command: ["sleep"]
        args: ["300000"]
        ports:
        - containerPort: 8000
        resources:
          requests:
            memory: 256Mi
          limits:
            memory: 1024Mi

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
  • [kubernetes-... chenww
    • Re: [ku... 'Ahmet Alp Balkan' via Kubernetes user discussion and Q&A
      • Re:... chenww
        • ... 'Ahmet Alp Balkan' via Kubernetes user discussion and Q&A
    • [kubern... chenww
      • Re:... 'Ahmet Alp Balkan' via Kubernetes user discussion and Q&A
    • [kubern... vidhyashankar . it
      • Re:... David Rosenstrauch
        • ... vidhyashankar . it

Reply via email to