this repo has no description
0
fork

Configure Feed

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

chore: use new registry URL

Change-Id: If4b89230abdae3261416932408e68bc21bb27e85

Khue Doan c819bc31 acf0e431

+2 -2
+1 -1
apps/khuedoan/blog/production.yaml
··· 8 8 containers: 9 9 main: 10 10 image: 11 - repository: docker.io/khuedoan/blog 11 + repository: registry.registry.svc.cluster.local/khuedoan/blog 12 12 tag: 6fbd90b77a81e0bcb330fddaa230feff744a7010 13 13 service: 14 14 main:
+1 -1
infra/.modules/cluster/roles/k3s/templates/registries.yaml.j2
··· 2 2 # HACK This only works for a single-node cluster. For a multi-node 3 3 # cluster, the Service IP will likely need to be hard-coded, but I'm not 4 4 # implementing it here because I only have a single node and I'm lazy. 5 - zot.zot.svc.cluster.local: 5 + registry.registry.svc.cluster.local: 6 6 endpoint: 7 7 - http://localhost:30000