Fix the command in the helm chart (#10)
In helmchart it's defined to use `hugo` to server the static content. Since hugo is not in container any more, it's not going to work Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/10
This commit is contained in:
parent
682de643fb
commit
e5073d560d
@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: badhouseplants-net
|
name: badhouseplants-net
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.12
|
version: 0.2.0
|
||||||
appVersion: "1.16.0"
|
appVersion: "1.16.0"
|
||||||
|
@ -16,11 +16,6 @@ deployAnnotations:
|
|||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
command:
|
|
||||||
- "/bin/sh"
|
|
||||||
- "-c"
|
|
||||||
- "hugo server --bind 0.0.0.0 -p 80 -b https://badhouseplants.net/ --appendPort=false"
|
|
||||||
|
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
# capabilities:
|
# capabilities:
|
||||||
# drop:
|
# drop:
|
||||||
|
Reference in New Issue
Block a user