Browse Source

Merge branch 'master' of ssh://gogs-ssh:2222/breandan/monorepo

Breandan Dezendorf 1 year ago
parent
commit
d1b086b5e8
2 changed files with 3 additions and 1 deletions
  1. 2 0
      dezendorf/applications/gopy/README
  2. 1 1
      dezendorf/homelab/k3s/gopy/gopy.yaml

+ 2 - 0
dezendorf/applications/gopy/README

@@ -1,3 +1,5 @@
 A simple python Flask application to serve go link redirects
 A simple python Flask application to serve go link redirects
 
 
 The idea is that anyone on the internet can hit http://go.dezendorf.net/<link_name> and be redirected to the saved value. All administrative actions redirect to authelia and https://
 The idea is that anyone on the internet can hit http://go.dezendorf.net/<link_name> and be redirected to the saved value. All administrative actions redirect to authelia and https://
+
+TLS termination is done at traefik

+ 1 - 1
dezendorf/homelab/k3s/gopy/gopy.yaml

@@ -17,7 +17,7 @@ spec:
     spec:
     spec:
       containers:
       containers:
       - name: gopy
       - name: gopy
-        image: docker.dezendorf.net/gopy:ccaf40f
+        image: docker.dezendorf.net/gopy:819463f
         ports:
         ports:
         - name: web
         - name: web
           containerPort: 5000
           containerPort: 5000