Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f15133072 |
@@ -15,8 +15,6 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: wedding
|
app: wedding
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
|
||||||
kubernetes.io/hostname: spb.tail2fe2d.ts.net
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: git-clone
|
- name: git-clone
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
@@ -28,17 +26,15 @@ spec:
|
|||||||
- name: source
|
- name: source
|
||||||
mountPath: /src
|
mountPath: /src
|
||||||
- name: zola-build
|
- name: zola-build
|
||||||
image: ghcr.io/getzola/zola:v0.22.1
|
image: ghcr.io/getzola/zola:v0.19.2
|
||||||
command:
|
command:
|
||||||
- /bin/zola
|
- /bin/zola
|
||||||
args:
|
args:
|
||||||
- --root
|
- --root
|
||||||
- /src
|
- /src
|
||||||
- build
|
- build
|
||||||
- --base-url
|
|
||||||
- https://wedding.hexor.cy/
|
|
||||||
- --output-dir
|
- --output-dir
|
||||||
- /public/html
|
- /public
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: source
|
- name: source
|
||||||
mountPath: /src
|
mountPath: /src
|
||||||
@@ -53,7 +49,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: public
|
- name: public
|
||||||
mountPath: /usr/share/nginx/html
|
mountPath: /usr/share/nginx/html
|
||||||
subPath: html
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user