Skip to content

Commit

Permalink
Use PS5 registry
Browse files Browse the repository at this point in the history
Everything should now use the PS5 registry
  • Loading branch information
nottrobin committed Jun 23, 2023
1 parent 727781e commit 3271827
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions konf/site.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
domain: ubuntu.com

image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com

env:
- name: STORE_MAINTENANCE
Expand Down Expand Up @@ -135,7 +135,7 @@ production:
- paths: [/blog]
name: ubuntu-com-blog
app_name: ubuntu.com-blog
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 5
memoryLimit: 512Mi
env:
Expand All @@ -150,7 +150,7 @@ production:
- paths: [/credentials]
name: ubuntu-com-credentials
app_name: ubuntu.com-credentials
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 5
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -208,7 +208,7 @@ production:
- paths: [/tutorials]
name: ubuntu-com-tutorials
app_name: ubuntu.com-tutorials
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 5
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -243,7 +243,7 @@ production:
]
name: ubuntu-com-discourse
app_name: ubuntu.com-discourse
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 5
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -280,7 +280,7 @@ production:
- paths: [/security]
name: ubuntu-com-security
app_name: ubuntu.com-security
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand All @@ -305,7 +305,7 @@ production:
- paths: [/advantage, /account, /pro]
name: ubuntu-com-advantage
app_name: ubuntu.com-advantage
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -526,7 +526,7 @@ staging:
- paths: [/blog]
name: ubuntu-com-blog
app_name: ubuntu.com-blog
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand All @@ -541,7 +541,7 @@ staging:
- paths: [/credentials]
name: ubuntu-com-credentials
app_name: ubuntu.com-credentials
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -599,7 +599,7 @@ staging:
- paths: [/tutorials]
name: ubuntu-com-tutorials
app_name: ubuntu.com-tutorials
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -634,7 +634,7 @@ staging:
]
name: ubuntu-com-discourse
app_name: ubuntu.com-discourse
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 3
memoryLimit: 512Mi
env:
Expand Down Expand Up @@ -671,7 +671,7 @@ staging:
- paths: [/security]
name: ubuntu-com-security
app_name: ubuntu.com-security
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 2
memoryLimit: 512Mi
env:
Expand All @@ -696,7 +696,7 @@ staging:
- paths: [/advantage, /account, /pro]
name: ubuntu-com-advantage
app_name: ubuntu.com-advantage
image: prod-comms.docker-registry.canonical.com/ubuntu.com
image: prod-comms.ps5.docker-registry.canonical.com/ubuntu.com
replicas: 2
memoryLimit: 512Mi
env:
Expand Down

0 comments on commit 3271827

Please sign in to comment.