Compare commits
16 Commits
7abfabf3ff
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b03bd7a16 | |||
| 6c4b2e5dc2 | |||
| df68f71126 | |||
| c2ba5f7c4e | |||
| af8a060643 | |||
| 73bb7db5ce | |||
|
28d7480ad5
|
|||
| 9a5a8fe98a | |||
| fd8f3c4ce2 | |||
| df2b69958c | |||
| 65e00c4548 | |||
|
ae1735b401
|
|||
| d8400b69df | |||
| 985c955a17 | |||
| f75e329b91 | |||
|
34b8ab3ed4
|
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.29.4@sha256:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01
|
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
|
||||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||||
|
|
||||||
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
|
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
|
||||||
|
|||||||
+1
-2
@@ -44,7 +44,7 @@ spec:
|
|||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: oci.unbound.se/unboundsoftware/lingonpaj-site@sha256:4af64942ba74210a4db65c7b8ab3fbf138eeef87c30084de855a524052f16a7e:${COMMIT}
|
image: oci.unbound.se/unboundsoftware/lingonpaj-site:${COMMIT}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
@@ -52,7 +52,6 @@ spec:
|
|||||||
cpu: 5m
|
cpu: 5m
|
||||||
memory: 5Mi
|
memory: 5Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
|
||||||
memory: 300Mi
|
memory: 300Mi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user