Deploy GitHub Pages

This commit is contained in:
rikatz 2022-01-16 21:57:24 +00:00
parent 91dd6523f3
commit fe081f1416
65 changed files with 220 additions and 137 deletions

View file

@ -44,3 +44,19 @@ spec:
# env:
# - name: DEBUG
# value: "true"
# Mounting custom error page from configMap
# volumeMounts:
# - name: custom_error_pages
# mountPath: /www
# Mounting custom error page from configMap
# volumes:
# - name: custom_error_pages
# configMap:
# name: custom_error_pages
# items:
# - key: "404"
# path: "404.html"
# - key: "503"
# path: "503.html"