github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/too_many_deployments/deployments.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: busybox1
     5    namespace: tilt-integration
     6  spec:
     7    selector:
     8      matchLabels:
     9        app: busybox1
    10    template:
    11      metadata:
    12        labels:
    13          app: busybox1
    14      spec:
    15        containers:
    16        - name: busybox1
    17          image: busybox
    18          command: ["busybox", "httpd", "-f", "-p", "8080"]
    19  ---
    20  apiVersion: apps/v1
    21  kind: Deployment
    22  metadata:
    23    name: busybox2
    24    namespace: tilt-integration
    25  spec:
    26    selector:
    27      matchLabels:
    28        app: busybox2
    29    template:
    30      metadata:
    31        labels:
    32          app: busybox2
    33      spec:
    34        containers:
    35        - name: busybox2
    36          image: busybox
    37          command: ["busybox", "httpd", "-f", "-p", "8080"]
    38  ---
    39  apiVersion: apps/v1
    40  kind: Deployment
    41  metadata:
    42    name: busybox3
    43    namespace: tilt-integration
    44  spec:
    45    selector:
    46      matchLabels:
    47        app: busybox3
    48    template:
    49      metadata:
    50        labels:
    51          app: busybox3
    52      spec:
    53        containers:
    54        - name: busybox3
    55          image: busybox
    56          command: ["busybox", "httpd", "-f", "-p", "8080"]
    57  ---
    58  apiVersion: apps/v1
    59  kind: Deployment
    60  metadata:
    61    name: busybox4
    62    namespace: tilt-integration
    63  spec:
    64    selector:
    65      matchLabels:
    66        app: busybox4
    67    template:
    68      metadata:
    69        labels:
    70          app: busybox4
    71      spec:
    72        containers:
    73        - name: busybox4
    74          image: busybox
    75          command: ["busybox", "httpd", "-f", "-p", "8080"]
    76  ---
    77  apiVersion: apps/v1
    78  kind: Deployment
    79  metadata:
    80    name: busybox5
    81    namespace: tilt-integration
    82  spec:
    83    selector:
    84      matchLabels:
    85        app: busybox5
    86    template:
    87      metadata:
    88        labels:
    89          app: busybox5
    90      spec:
    91        containers:
    92        - name: busybox5
    93          image: busybox
    94          command: ["busybox", "httpd", "-f", "-p", "8080"]
    95  ---
    96  apiVersion: apps/v1
    97  kind: Deployment
    98  metadata:
    99    name: busybox6
   100    namespace: tilt-integration
   101  spec:
   102    selector:
   103      matchLabels:
   104        app: busybox6
   105    template:
   106      metadata:
   107        labels:
   108          app: busybox6
   109      spec:
   110        containers:
   111        - name: busybox6
   112          image: busybox
   113          command: ["busybox", "httpd", "-f", "-p", "8080"]
   114  ---
   115  apiVersion: apps/v1
   116  kind: Deployment
   117  metadata:
   118    name: busybox7
   119    namespace: tilt-integration
   120  spec:
   121    selector:
   122      matchLabels:
   123        app: busybox7
   124    template:
   125      metadata:
   126        labels:
   127          app: busybox7
   128      spec:
   129        containers:
   130        - name: busybox7
   131          image: busybox
   132          command: ["busybox", "httpd", "-f", "-p", "8080"]
   133  ---
   134  apiVersion: apps/v1
   135  kind: Deployment
   136  metadata:
   137    name: busybox8
   138    namespace: tilt-integration
   139  spec:
   140    selector:
   141      matchLabels:
   142        app: busybox8
   143    template:
   144      metadata:
   145        labels:
   146          app: busybox8
   147      spec:
   148        containers:
   149        - name: busybox8
   150          image: busybox
   151          command: ["busybox", "httpd", "-f", "-p", "8080"]
   152  ---
   153  apiVersion: apps/v1
   154  kind: Deployment
   155  metadata:
   156    name: busybox9
   157    namespace: tilt-integration
   158  spec:
   159    selector:
   160      matchLabels:
   161        app: busybox9
   162    template:
   163      metadata:
   164        labels:
   165          app: busybox9
   166      spec:
   167        containers:
   168        - name: busybox9
   169          image: busybox
   170          command: ["busybox", "httpd", "-f", "-p", "8080"]
   171  ---
   172  apiVersion: apps/v1
   173  kind: Deployment
   174  metadata:
   175    name: busybox10
   176    namespace: tilt-integration
   177  spec:
   178    selector:
   179      matchLabels:
   180        app: busybox10
   181    template:
   182      metadata:
   183        labels:
   184          app: busybox10
   185      spec:
   186        containers:
   187        - name: busybox10
   188          image: busybox
   189          command: ["busybox", "httpd", "-f", "-p", "8080"]
   190  ---
   191  apiVersion: apps/v1
   192  kind: Deployment
   193  metadata:
   194    name: busybox11
   195    namespace: tilt-integration
   196  spec:
   197    selector:
   198      matchLabels:
   199        app: busybox11
   200    template:
   201      metadata:
   202        labels:
   203          app: busybox11
   204      spec:
   205        containers:
   206        - name: busybox11
   207          image: busybox
   208          command: ["busybox", "httpd", "-f", "-p", "8080"]
   209  ---
   210  apiVersion: apps/v1
   211  kind: Deployment
   212  metadata:
   213    name: busybox12
   214    namespace: tilt-integration
   215  spec:
   216    selector:
   217      matchLabels:
   218        app: busybox12
   219    template:
   220      metadata:
   221        labels:
   222          app: busybox12
   223      spec:
   224        containers:
   225        - name: busybox12
   226          image: busybox
   227          command: ["busybox", "httpd", "-f", "-p", "8080"]
   228  ---
   229  apiVersion: apps/v1
   230  kind: Deployment
   231  metadata:
   232    name: busybox13
   233    namespace: tilt-integration
   234  spec:
   235    selector:
   236      matchLabels:
   237        app: busybox13
   238    template:
   239      metadata:
   240        labels:
   241          app: busybox13
   242      spec:
   243        containers:
   244        - name: busybox13
   245          image: busybox
   246          command: ["busybox", "httpd", "-f", "-p", "8080"]
   247  ---
   248  apiVersion: apps/v1
   249  kind: Deployment
   250  metadata:
   251    name: busybox14
   252    namespace: tilt-integration
   253  spec:
   254    selector:
   255      matchLabels:
   256        app: busybox14
   257    template:
   258      metadata:
   259        labels:
   260          app: busybox14
   261      spec:
   262        containers:
   263        - name: busybox14
   264          image: busybox
   265          command: ["busybox", "httpd", "-f", "-p", "8080"]
   266  ---
   267  apiVersion: apps/v1
   268  kind: Deployment
   269  metadata:
   270    name: busybox15
   271    namespace: tilt-integration
   272  spec:
   273    selector:
   274      matchLabels:
   275        app: busybox15
   276    template:
   277      metadata:
   278        labels:
   279          app: busybox15
   280      spec:
   281        containers:
   282        - name: busybox15
   283          image: busybox
   284          command: ["busybox", "httpd", "-f", "-p", "8080"]
   285  ---
   286  apiVersion: apps/v1
   287  kind: Deployment
   288  metadata:
   289    name: busybox16
   290    namespace: tilt-integration
   291  spec:
   292    selector:
   293      matchLabels:
   294        app: busybox16
   295    template:
   296      metadata:
   297        labels:
   298          app: busybox16
   299      spec:
   300        containers:
   301        - name: busybox16
   302          image: busybox
   303          command: ["busybox", "httpd", "-f", "-p", "8080"]
   304  ---
   305  apiVersion: apps/v1
   306  kind: Deployment
   307  metadata:
   308    name: busybox17
   309    namespace: tilt-integration
   310  spec:
   311    selector:
   312      matchLabels:
   313        app: busybox17
   314    template:
   315      metadata:
   316        labels:
   317          app: busybox17
   318      spec:
   319        containers:
   320        - name: busybox17
   321          image: busybox
   322          command: ["busybox", "httpd", "-f", "-p", "8080"]
   323  ---
   324  apiVersion: apps/v1
   325  kind: Deployment
   326  metadata:
   327    name: busybox18
   328    namespace: tilt-integration
   329  spec:
   330    selector:
   331      matchLabels:
   332        app: busybox18
   333    template:
   334      metadata:
   335        labels:
   336          app: busybox18
   337      spec:
   338        containers:
   339        - name: busybox18
   340          image: busybox
   341          command: ["busybox", "httpd", "-f", "-p", "8080"]
   342  ---
   343  apiVersion: apps/v1
   344  kind: Deployment
   345  metadata:
   346    name: busybox19
   347    namespace: tilt-integration
   348  spec:
   349    selector:
   350      matchLabels:
   351        app: busybox19
   352    template:
   353      metadata:
   354        labels:
   355          app: busybox19
   356      spec:
   357        containers:
   358        - name: busybox19
   359          image: busybox
   360          command: ["busybox", "httpd", "-f", "-p", "8080"]
   361  ---
   362  apiVersion: apps/v1
   363  kind: Deployment
   364  metadata:
   365    name: busybox20
   366    namespace: tilt-integration
   367  spec:
   368    selector:
   369      matchLabels:
   370        app: busybox20
   371    template:
   372      metadata:
   373        labels:
   374          app: busybox20
   375      spec:
   376        containers:
   377        - name: busybox20
   378          image: busybox
   379          command: ["busybox", "httpd", "-f", "-p", "8080"]
   380  ---
   381  apiVersion: apps/v1
   382  kind: Deployment
   383  metadata:
   384    name: busybox21
   385    namespace: tilt-integration
   386  spec:
   387    selector:
   388      matchLabels:
   389        app: busybox21
   390    template:
   391      metadata:
   392        labels:
   393          app: busybox21
   394      spec:
   395        containers:
   396        - name: busybox21
   397          image: busybox
   398          command: ["busybox", "httpd", "-f", "-p", "8080"]
   399  ---
   400  apiVersion: apps/v1
   401  kind: Deployment
   402  metadata:
   403    name: busybox22
   404    namespace: tilt-integration
   405  spec:
   406    selector:
   407      matchLabels:
   408        app: busybox22
   409    template:
   410      metadata:
   411        labels:
   412          app: busybox22
   413      spec:
   414        containers:
   415        - name: busybox22
   416          image: busybox
   417          command: ["busybox", "httpd", "-f", "-p", "8080"]
   418  ---
   419  apiVersion: apps/v1
   420  kind: Deployment
   421  metadata:
   422    name: busybox23
   423    namespace: tilt-integration
   424  spec:
   425    selector:
   426      matchLabels:
   427        app: busybox23
   428    template:
   429      metadata:
   430        labels:
   431          app: busybox23
   432      spec:
   433        containers:
   434        - name: busybox23
   435          image: busybox
   436          command: ["busybox", "httpd", "-f", "-p", "8080"]
   437  ---
   438  apiVersion: apps/v1
   439  kind: Deployment
   440  metadata:
   441    name: busybox24
   442    namespace: tilt-integration
   443  spec:
   444    selector:
   445      matchLabels:
   446        app: busybox24
   447    template:
   448      metadata:
   449        labels:
   450          app: busybox24
   451      spec:
   452        containers:
   453        - name: busybox24
   454          image: busybox
   455          command: ["busybox", "httpd", "-f", "-p", "8080"]
   456  ---
   457  apiVersion: apps/v1
   458  kind: Deployment
   459  metadata:
   460    name: busybox25
   461    namespace: tilt-integration
   462  spec:
   463    selector:
   464      matchLabels:
   465        app: busybox25
   466    template:
   467      metadata:
   468        labels:
   469          app: busybox25
   470      spec:
   471        containers:
   472        - name: busybox25
   473          image: busybox
   474          command: ["busybox", "httpd", "-f", "-p", "8080"]
   475  ---
   476  apiVersion: apps/v1
   477  kind: Deployment
   478  metadata:
   479    name: busybox26
   480    namespace: tilt-integration
   481  spec:
   482    selector:
   483      matchLabels:
   484        app: busybox26
   485    template:
   486      metadata:
   487        labels:
   488          app: busybox26
   489      spec:
   490        containers:
   491        - name: busybox26
   492          image: busybox
   493          command: ["busybox", "httpd", "-f", "-p", "8080"]
   494  ---
   495  apiVersion: apps/v1
   496  kind: Deployment
   497  metadata:
   498    name: busybox27
   499    namespace: tilt-integration
   500  spec:
   501    selector:
   502      matchLabels:
   503        app: busybox27
   504    template:
   505      metadata:
   506        labels:
   507          app: busybox27
   508      spec:
   509        containers:
   510        - name: busybox27
   511          image: busybox
   512          command: ["busybox", "httpd", "-f", "-p", "8080"]
   513  ---
   514  apiVersion: apps/v1
   515  kind: Deployment
   516  metadata:
   517    name: busybox28
   518    namespace: tilt-integration
   519  spec:
   520    selector:
   521      matchLabels:
   522        app: busybox28
   523    template:
   524      metadata:
   525        labels:
   526          app: busybox28
   527      spec:
   528        containers:
   529        - name: busybox28
   530          image: busybox
   531          command: ["busybox", "httpd", "-f", "-p", "8080"]
   532  ---
   533  apiVersion: apps/v1
   534  kind: Deployment
   535  metadata:
   536    name: busybox29
   537    namespace: tilt-integration
   538  spec:
   539    selector:
   540      matchLabels:
   541        app: busybox29
   542    template:
   543      metadata:
   544        labels:
   545          app: busybox29
   546      spec:
   547        containers:
   548        - name: busybox29
   549          image: busybox
   550          command: ["busybox", "httpd", "-f", "-p", "8080"]
   551  ---
   552  apiVersion: apps/v1
   553  kind: Deployment
   554  metadata:
   555    name: busybox30
   556    namespace: tilt-integration
   557  spec:
   558    selector:
   559      matchLabels:
   560        app: busybox30
   561    template:
   562      metadata:
   563        labels:
   564          app: busybox30
   565      spec:
   566        containers:
   567        - name: busybox30
   568          image: busybox
   569          command: ["busybox", "httpd", "-f", "-p", "8080"]
   570  ---
   571  apiVersion: apps/v1
   572  kind: Deployment
   573  metadata:
   574    name: busybox31
   575    namespace: tilt-integration
   576  spec:
   577    selector:
   578      matchLabels:
   579        app: busybox31
   580    template:
   581      metadata:
   582        labels:
   583          app: busybox31
   584      spec:
   585        containers:
   586        - name: busybox31
   587          image: busybox
   588          command: ["busybox", "httpd", "-f", "-p", "8080"]
   589  ---
   590  apiVersion: apps/v1
   591  kind: Deployment
   592  metadata:
   593    name: busybox32
   594    namespace: tilt-integration
   595  spec:
   596    selector:
   597      matchLabels:
   598        app: busybox32
   599    template:
   600      metadata:
   601        labels:
   602          app: busybox32
   603      spec:
   604        containers:
   605        - name: busybox32
   606          image: busybox
   607          command: ["busybox", "httpd", "-f", "-p", "8080"]
   608  ---
   609  apiVersion: apps/v1
   610  kind: Deployment
   611  metadata:
   612    name: busybox33
   613    namespace: tilt-integration
   614  spec:
   615    selector:
   616      matchLabels:
   617        app: busybox33
   618    template:
   619      metadata:
   620        labels:
   621          app: busybox33
   622      spec:
   623        containers:
   624        - name: busybox33
   625          image: busybox
   626          command: ["busybox", "httpd", "-f", "-p", "8080"]
   627  ---
   628  apiVersion: apps/v1
   629  kind: Deployment
   630  metadata:
   631    name: busybox34
   632    namespace: tilt-integration
   633  spec:
   634    selector:
   635      matchLabels:
   636        app: busybox34
   637    template:
   638      metadata:
   639        labels:
   640          app: busybox34
   641      spec:
   642        containers:
   643        - name: busybox34
   644          image: busybox
   645          command: ["busybox", "httpd", "-f", "-p", "8080"]
   646  ---
   647  apiVersion: apps/v1
   648  kind: Deployment
   649  metadata:
   650    name: busybox35
   651    namespace: tilt-integration
   652  spec:
   653    selector:
   654      matchLabels:
   655        app: busybox35
   656    template:
   657      metadata:
   658        labels:
   659          app: busybox35
   660      spec:
   661        containers:
   662        - name: busybox35
   663          image: busybox
   664          command: ["busybox", "httpd", "-f", "-p", "8080"]
   665  ---
   666  apiVersion: apps/v1
   667  kind: Deployment
   668  metadata:
   669    name: busybox36
   670    namespace: tilt-integration
   671  spec:
   672    selector:
   673      matchLabels:
   674        app: busybox36
   675    template:
   676      metadata:
   677        labels:
   678          app: busybox36
   679      spec:
   680        containers:
   681        - name: busybox36
   682          image: busybox
   683          command: ["busybox", "httpd", "-f", "-p", "8080"]
   684  ---
   685  apiVersion: apps/v1
   686  kind: Deployment
   687  metadata:
   688    name: busybox37
   689    namespace: tilt-integration
   690  spec:
   691    selector:
   692      matchLabels:
   693        app: busybox37
   694    template:
   695      metadata:
   696        labels:
   697          app: busybox37
   698      spec:
   699        containers:
   700        - name: busybox37
   701          image: busybox
   702          command: ["busybox", "httpd", "-f", "-p", "8080"]
   703  ---
   704  apiVersion: apps/v1
   705  kind: Deployment
   706  metadata:
   707    name: busybox38
   708    namespace: tilt-integration
   709  spec:
   710    selector:
   711      matchLabels:
   712        app: busybox38
   713    template:
   714      metadata:
   715        labels:
   716          app: busybox38
   717      spec:
   718        containers:
   719        - name: busybox38
   720          image: busybox
   721          command: ["busybox", "httpd", "-f", "-p", "8080"]
   722  ---
   723  apiVersion: apps/v1
   724  kind: Deployment
   725  metadata:
   726    name: busybox39
   727    namespace: tilt-integration
   728  spec:
   729    selector:
   730      matchLabels:
   731        app: busybox39
   732    template:
   733      metadata:
   734        labels:
   735          app: busybox39
   736      spec:
   737        containers:
   738        - name: busybox39
   739          image: busybox
   740          command: ["busybox", "httpd", "-f", "-p", "8080"]
   741  ---
   742  apiVersion: apps/v1
   743  kind: Deployment
   744  metadata:
   745    name: busybox40
   746    namespace: tilt-integration
   747  spec:
   748    selector:
   749      matchLabels:
   750        app: busybox40
   751    template:
   752      metadata:
   753        labels:
   754          app: busybox40
   755      spec:
   756        containers:
   757        - name: busybox40
   758          image: busybox
   759          command: ["busybox", "httpd", "-f", "-p", "8080"]
   760  ---
   761  apiVersion: apps/v1
   762  kind: Deployment
   763  metadata:
   764    name: busybox41
   765    namespace: tilt-integration
   766  spec:
   767    selector:
   768      matchLabels:
   769        app: busybox41
   770    template:
   771      metadata:
   772        labels:
   773          app: busybox41
   774      spec:
   775        containers:
   776        - name: busybox41
   777          image: busybox
   778          command: ["busybox", "httpd", "-f", "-p", "8080"]
   779  ---
   780  apiVersion: apps/v1
   781  kind: Deployment
   782  metadata:
   783    name: busybox42
   784    namespace: tilt-integration
   785  spec:
   786    selector:
   787      matchLabels:
   788        app: busybox42
   789    template:
   790      metadata:
   791        labels:
   792          app: busybox42
   793      spec:
   794        containers:
   795        - name: busybox42
   796          image: busybox
   797          command: ["busybox", "httpd", "-f", "-p", "8080"]
   798  ---
   799  apiVersion: apps/v1
   800  kind: Deployment
   801  metadata:
   802    name: busybox43
   803    namespace: tilt-integration
   804  spec:
   805    selector:
   806      matchLabels:
   807        app: busybox43
   808    template:
   809      metadata:
   810        labels:
   811          app: busybox43
   812      spec:
   813        containers:
   814        - name: busybox43
   815          image: busybox
   816          command: ["busybox", "httpd", "-f", "-p", "8080"]
   817  ---
   818  apiVersion: apps/v1
   819  kind: Deployment
   820  metadata:
   821    name: busybox44
   822    namespace: tilt-integration
   823  spec:
   824    selector:
   825      matchLabels:
   826        app: busybox44
   827    template:
   828      metadata:
   829        labels:
   830          app: busybox44
   831      spec:
   832        containers:
   833        - name: busybox44
   834          image: busybox
   835          command: ["busybox", "httpd", "-f", "-p", "8080"]
   836  ---
   837  apiVersion: apps/v1
   838  kind: Deployment
   839  metadata:
   840    name: busybox45
   841    namespace: tilt-integration
   842  spec:
   843    selector:
   844      matchLabels:
   845        app: busybox45
   846    template:
   847      metadata:
   848        labels:
   849          app: busybox45
   850      spec:
   851        containers:
   852        - name: busybox45
   853          image: busybox
   854          command: ["busybox", "httpd", "-f", "-p", "8080"]
   855  ---
   856  apiVersion: apps/v1
   857  kind: Deployment
   858  metadata:
   859    name: busybox46
   860    namespace: tilt-integration
   861  spec:
   862    selector:
   863      matchLabels:
   864        app: busybox46
   865    template:
   866      metadata:
   867        labels:
   868          app: busybox46
   869      spec:
   870        containers:
   871        - name: busybox46
   872          image: busybox
   873          command: ["busybox", "httpd", "-f", "-p", "8080"]
   874  ---
   875  apiVersion: apps/v1
   876  kind: Deployment
   877  metadata:
   878    name: busybox47
   879    namespace: tilt-integration
   880  spec:
   881    selector:
   882      matchLabels:
   883        app: busybox47
   884    template:
   885      metadata:
   886        labels:
   887          app: busybox47
   888      spec:
   889        containers:
   890        - name: busybox47
   891          image: busybox
   892          command: ["busybox", "httpd", "-f", "-p", "8080"]
   893  ---
   894  apiVersion: apps/v1
   895  kind: Deployment
   896  metadata:
   897    name: busybox48
   898    namespace: tilt-integration
   899  spec:
   900    selector:
   901      matchLabels:
   902        app: busybox48
   903    template:
   904      metadata:
   905        labels:
   906          app: busybox48
   907      spec:
   908        containers:
   909        - name: busybox48
   910          image: busybox
   911          command: ["busybox", "httpd", "-f", "-p", "8080"]
   912  ---
   913  apiVersion: apps/v1
   914  kind: Deployment
   915  metadata:
   916    name: busybox49
   917    namespace: tilt-integration
   918  spec:
   919    selector:
   920      matchLabels:
   921        app: busybox49
   922    template:
   923      metadata:
   924        labels:
   925          app: busybox49
   926      spec:
   927        containers:
   928        - name: busybox49
   929          image: busybox
   930          command: ["busybox", "httpd", "-f", "-p", "8080"]