ソースを参照

Release new gopy

Breandan Dezendorf 2 年 前
コミット
b1231af050

+ 1 - 0
dezendorf/applications/gopy/Dockerfile

@@ -2,6 +2,7 @@ FROM python:3
 
 ADD gopy.py /
 ADD requirements.txt /
+ADD templates /templates
 
 RUN pip3 install -r requirements.txt
 

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

@@ -6,7 +6,7 @@ metadata:
   labels:
     app: gopy
 spec:
-  replicas: 1
+  replicas: 3
   selector:
     matchLabels:
       app: gopy
@@ -17,7 +17,7 @@ spec:
     spec:
       containers:
       - name: gopy
-        image: docker.dezendorf.net/gopy:a25e1f4
+        image: docker.dezendorf.net/gopy:5acec87
         ports:
         - name: web
           containerPort: 5000