2 changed files with 6 additions and 5 deletions
			
			
		| @ -1,20 +1,20 @@ | |||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||
| kind: Deployment | kind: Deployment | ||||
| metadata: | metadata: | ||||
|   name: networkme |   name: guestbook-ui | ||||
| spec: | spec: | ||||
|   replicas: 1 |   replicas: 1 | ||||
|   revisionHistoryLimit: 3 |   revisionHistoryLimit: 3 | ||||
|   selector: |   selector: | ||||
|     matchLabels: |     matchLabels: | ||||
|       app: networkme |       app: guestbook-ui | ||||
|   template: |   template: | ||||
|     metadata: |     metadata: | ||||
|       labels: |       labels: | ||||
|         app: networkme |         app: guestbook-ui | ||||
|     spec: |     spec: | ||||
|       containers: |       containers: | ||||
|       - image: praqma/network-multitool |       - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 | ||||
|         name: net |         name: guestbook-ui | ||||
|         ports: |         ports: | ||||
|         - containerPort: 80 |         - containerPort: 80 | ||||
					Loading…
					
					
				
		Reference in new issue