this repo has no description
0
fork

Configure Feed

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

feat(netamos): auth with Forgejo

Change-Id: I343dd416a16b4840310ca6fc92538de358e2eca0

Khue Doan 5e57ba89 c819bc31

+16 -9
+16 -9
platform/production/netamos.yaml
··· 25 25 valuesObject: 26 26 defaultPodOptions: 27 27 restartPolicy: Always 28 - hostNetwork: true 29 28 controllers: 30 29 server: 31 30 labels: ··· 34 33 containers: 35 34 app: 36 35 image: 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 36 + # TODO switch to netamos 37 + repository: registry.registry.svc.cluster.local/khuedoan/platform-engine 38 + tag: 59357edcdb7a5888d6fbc83532c5a15ad05486f5 41 39 pullPolicy: Always 42 40 command: 43 41 - /usr/local/bin/server 44 42 env: 45 43 TEMPORAL_URL: http://temporal-frontend.temporal:7233 44 + GITOPS_URL: http://forgejo-http.forgejo.svc.cluster.local:3000/khuedoan/cloudlab 45 + GITOPS_REVISION: master 46 + REGISTRY: registry.registry.svc.cluster.local:80 46 47 worker: 47 48 labels: 48 49 istio.io/dataplane-mode: ambient 49 50 strategy: RollingUpdate 51 + pod: 52 + hostNetwork: true # TODO ??? 50 53 containers: 51 54 app: 52 55 image: 53 - # TODO bootstrap and build itself 54 - # repository: zot.zot.svc.cluster.local/khuedoan/platform-engine 55 - repository: docker.io/khuedoan/platform-engine 56 - tag: de634ba 56 + # TODO switch to netamos 57 + repository: registry.registry.svc.cluster.local/khuedoan/platform-engine 58 + tag: 59357edcdb7a5888d6fbc83532c5a15ad05486f5 57 59 pullPolicy: Always 58 60 env: 59 61 TEMPORAL_URL: http://temporal-frontend.temporal:7233 60 62 REGISTRY: registry.registry.svc.cluster.local 63 + GIT_USER: Bot 64 + GIT_EMAIL: bot@cloudlab.khuedoan.com 65 + GIT_USERNAME: khuedoan 66 + # TODO generate this automatically 67 + GIT_PASSWORD: vault:secret/data/demosecret/forgejo#PASSWORD 61 68 docker: 62 69 image: 63 70 repository: docker.io/library/docker