replace duckdns.org with internal .lab - will use .fr later
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 45s
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 45s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.arcodange.duckdns.org
|
||||
registry: gitea.arcodange.lab
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
TAGS="latest $CURRENT_VERSION"
|
||||
for TAG in $TAGS; do
|
||||
docker pull sintan1729/chhoto-url:$TAG --platform arm64
|
||||
docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG
|
||||
docker push gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG
|
||||
docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.lab/${{ github.repository }}:$TAG
|
||||
docker push gitea.arcodange.lab/${{ github.repository }}:$TAG
|
||||
done
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
## TLDR
|
||||
|
||||
```sh
|
||||
docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.duckdns.org/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite
|
||||
docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.lab/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite
|
||||
```
|
||||
|
||||
# What is it?
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: gitea.arcodange.duckdns.org/arcodange-org/url-shortener
|
||||
repository: gitea.arcodange.lab/arcodange-org/url-shortener
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
@@ -49,12 +49,14 @@ ingress:
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt
|
||||
traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.duckdns.org
|
||||
traefik.ingress.kubernetes.io/router.tls.domains.0.sans: url.arcodange.duckdns.org
|
||||
cert-manager.io/cluster-issuer: step-ca
|
||||
traefik.ingress.kubernetes.io/router.middlewares: localIp@file
|
||||
tls:
|
||||
- secretName: url-arcodange-lab-tls
|
||||
hosts:
|
||||
- url.arcodange.lab
|
||||
hosts:
|
||||
- host: url.arcodange.duckdns.org
|
||||
- host: url.arcodange.lab
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Exact
|
||||
@@ -64,7 +66,6 @@ ingress:
|
||||
pathType: Prefix
|
||||
- path: /assets/
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
Reference in New Issue
Block a user