this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: setup new platform engine server

Change-Id: I73c5d0a05f0c9ab7e58413be1f584232edf39c0a

Khue Doan acf0e431 4a154e27

+24 -14
+24 -14
platform/production/netamos.yaml
··· 27 27 restartPolicy: Always 28 28 hostNetwork: true 29 29 controllers: 30 - # TODO merge cloudlab controller and app-engine worker 31 - cloudlab: 30 + server: 32 31 labels: 33 32 istio.io/dataplane-mode: ambient 34 33 strategy: RollingUpdate 35 34 containers: 36 - worker: 35 + app: 37 36 image: 38 - repository: docker.io/khuedoan/cloudlab 39 - tag: 03a609 37 + # TODO bootstrap and build itself 38 + # repository: zot.zot.svc.cluster.local/khuedoan/platform-engine 39 + repository: docker.io/khuedoan/platform-engine 40 + tag: de634ba 41 + pullPolicy: Always 42 + command: 43 + - /usr/local/bin/server 40 44 env: 41 - TEMPORAL_HOST: temporal-frontend.temporal:7233 42 - TG_NON_INTERACTIVE: true 43 - app-engine: 45 + TEMPORAL_URL: http://temporal-frontend.temporal:7233 46 + worker: 44 47 labels: 45 48 istio.io/dataplane-mode: ambient 46 49 strategy: RollingUpdate 47 50 containers: 48 - worker: 51 + app: 49 52 image: 50 53 # TODO bootstrap and build itself 51 - # repository: zot.zot.svc.cluster.local/khuedoan/app-engine 52 - repository: docker.io/khuedoan/app-engine 53 - tag: 4118f906ab07a17f3dac608f1a690b2215e4d2a5 54 + # repository: zot.zot.svc.cluster.local/khuedoan/platform-engine 55 + repository: docker.io/khuedoan/platform-engine 56 + tag: de634ba 54 57 pullPolicy: Always 55 58 env: 56 59 TEMPORAL_URL: http://temporal-frontend.temporal:7233 ··· 65 68 - --insecure-registry=registry.registry.svc.cluster.local 66 69 securityContext: 67 70 privileged: true 71 + service: 72 + server: 73 + controller: server 74 + ports: 75 + http: 76 + port: 8080 77 + protocol: HTTP 68 78 persistence: 69 79 socket: 70 80 type: emptyDir 71 81 advancedMounts: 72 - app-engine: 73 - worker: 82 + worker: 83 + app: 74 84 - path: /var/run 75 85 subPath: docker.sock 76 86 docker: