1
0
Fork 0

k/website: use self hosted container repository

This commit is contained in:
Ryan Heywood 2023-08-16 18:20:07 -05:00
parent 8071c60c4f
commit a508ec0172
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ spec:
spec:
containers:
- name: website
image: codeberg.org/distrust/distrust-co
image: git.distrust.co/public/website
imagePullPolicy: Always
ports:
- containerPort: 80
---