wip
This commit is contained in:
parent
8c0277c8f3
commit
9e2c30af22
60 changed files with 8853 additions and 232 deletions
|
|
@ -1,3 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
FROM docker.io/nginx:alpine
|
||||
COPY ./site /usr/share/nginx/html
|
||||
COPY ./config/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
io.kompose.service: wayl-one
|
||||
spec:
|
||||
containers:
|
||||
- image: registry.wayl.one/wayl-one:fe8ab95
|
||||
- image: registry.wayl.one/wayl-one:8c0277c
|
||||
name: wayl-one
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
wayl-one:
|
||||
image: registry.wayl.one/wayl-one:fe8ab95
|
||||
image: registry.wayl.one/wayl-one:8c0277c
|
||||
ports:
|
||||
- 80
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ default: convert deploy viz
|
|||
regcred:
|
||||
kubectl get secret -n default regcred --output=yaml -o yaml | sed 's/namespace: default/namespace: wayl-one/' | kubectl apply -n wayl-one -f - && echo deployed secret || echo secret exists
|
||||
build:
|
||||
docker build -t registry.wayl.one/wayl-one -f Dockerfile .
|
||||
podman build -t waylonwalker/wayl-one -f Dockerfile .
|
||||
tag:
|
||||
docker tag registry.wayl.one/wayl-one registry.wayl.one/wayl-one:$(git rev-parse --short HEAD)
|
||||
podman tag waylonwalker/wayl-one waylonwalker/wayl-one:v1
|
||||
test:
|
||||
docker run -p 5556:80 registry.wayl.one/wayl-one
|
||||
podman run -p 5556:80 waylonwalker/wayl-one
|
||||
push:
|
||||
docker push registry.wayl.one/wayl-one:$(git rev-parse --short HEAD)
|
||||
docker push registry.wayl.one/wayl-one:latest
|
||||
podman push waylonwalker/wayl-one:v1
|
||||
podman push waylonwalker/wayl-one:latest
|
||||
set-image:
|
||||
kubectl set image deployment/shot-wayl-one --namespace shot shot-wayl-one=registry.wayl.one/wayl-one:$(git rev-parse --short HEAD)
|
||||
kubectl set image deployment/shot-wayl-one --namespace shot shot-wayl-one=waylonwalker/wayl-one:v1
|
||||
|
||||
convert:
|
||||
kompose convert -o deployment.yaml -n wayl-one
|
||||
|
|
|
|||
0
home/site/8bitcc.ico
Executable file → Normal file
0
home/site/8bitcc.ico
Executable file → Normal file
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
|
@ -189,6 +189,18 @@
|
|||
play-outside
|
||||
</a>
|
||||
</li>
|
||||
<!-- reader -->
|
||||
<li>
|
||||
<a href="https://reader.waylonwalker.com"
|
||||
class="flex items-center py-1 px-4 space-x-2 w-32 h-12 hover:text-white hover:bg-zinc-800">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
||||
stroke="currentColor" class="w-6 h-6">
|
||||
<path stroke-linecap="round" stroke-linejoin="round"
|
||||
d="M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" />
|
||||
</svg>
|
||||
reader
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
|
|
|
|||
BIN
home/wayl-one-k8s.png
Normal file
BIN
home/wayl-one-k8s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Loading…
Add table
Add a link
Reference in a new issue