Compare commits
No commits in common. "cec5dfec9faac14bbeaf9503e9c9fddc122f377b" and "7f7667dd57237dad7dd17f7578c86afaa7f59da6" have entirely different histories.
cec5dfec9f
...
7f7667dd57
@ -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
|
|
||||||
|
|
@ -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/
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Hi!
|
|
Loading…
x
Reference in New Issue
Block a user