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: spec:
containers: containers:
- name: website - name: website
image: codeberg.org/distrust/distrust-co image: git.distrust.co/public/website
imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80
--- ---