Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/robalb/my-website
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Jun 8, 2024
2 parents 43d86c0 + bd8a469 commit a0a7d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-prod/blog-halb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
external: true
services:
blog-halb:
image: ghcr.io/robalb/my-website:sha-96783b362ac7a8cb77961ba043d27fd4d45fb54d
image: ghcr.io/robalb/my-website:sha-43a3cf5af23a0ee8fd33669e7312b38627d76000
restart: unless-stopped
expose:
- '80'
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: halb-nginx
image: ghcr.io/robalb/my-website:sha-96783b362ac7a8cb77961ba043d27fd4d45fb54d
image: ghcr.io/robalb/my-website:sha-43a3cf5af23a0ee8fd33669e7312b38627d76000
ports:
- containerPort: 80
imagePullSecrets:
Expand Down

0 comments on commit a0a7d5a

Please sign in to comment.