Compare commits

..

No commits in common. "cec5dfec9faac14bbeaf9503e9c9fddc122f377b" and "7f7667dd57237dad7dd17f7578c86afaa7f59da6" have entirely different histories.

4 changed files with 3 additions and 34 deletions

View File

@ -1,29 +0,0 @@
---
branches: main
pipeline:
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: woodpecker-ci/Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: git.shrug.pw/neil/cultfiftoctet.org
tag: latest
pull_image: true
auto_tag: true
auto_labels: true
mtu: 1480
username:
from_secret: registry_username
password:
from_secret: registry_password
logins:
- registry: git.shrug.pw
username:
from_secret: registry_username
password:
from_secret: registry_password

View File

@ -2,4 +2,3 @@ FROM docker.io/library/caddy:2.6.0-beta.3
COPY Caddyfile /etc/caddy/Caddyfile COPY Caddyfile /etc/caddy/Caddyfile
COPY index.html /srv/ COPY index.html /srv/
COPY niusgmrvc.txt /srv/

View File

@ -5,7 +5,7 @@ metadata:
name: caddy name: caddy
namespace: cultfifthoctet namespace: cultfifthoctet
spec: spec:
replicas: 1 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: caddy app: caddy
@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: caddy - name: caddy
image: git.shrug.pw/neil/cultfifthoctet image: git.shrug.pw/neil/cultfifthoctet:latest
ports: ports:
- name: tcp - name: tcp
containerPort: 8080 containerPort: 8080
@ -31,7 +31,7 @@ spec:
- port: 8080 - port: 8080
targetPort: 8080 targetPort: 8080
protocol: TCP protocol: TCP
type: ClusterIP type: LoadBalancer
selector: selector:
app: caddy app: caddy

View File

@ -1 +0,0 @@
Hi!