Udpate baseurl
This commit is contained in:
parent
d1935907b1
commit
814f66fc55
@ -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.3.4
|
version: 0.3.5
|
||||||
appVersion: "1.16.0"
|
appVersion: "1.16.0"
|
||||||
|
@ -46,9 +46,9 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
|
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
|
||||||
- name: {{ .Values.hugo.container.name }}
|
- name: {{ .Values.hugo.container.name }}
|
||||||
env:
|
args:
|
||||||
- name: HUGO_BASEURL
|
- --baseURL
|
||||||
value: {{ .Values.hugo.env.HUGO_BASEURL }}
|
- {{ .Values.hugo.baseURL }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: {{ .Values.volumes.rclone.name }}
|
- name: {{ .Values.volumes.rclone.name }}
|
||||||
mountPath: /src/static
|
mountPath: /src/static
|
||||||
|
@ -33,8 +33,7 @@ hugo:
|
|||||||
repository: git.badhouseplants.net/allanger/badhouseplants-net
|
repository: git.badhouseplants.net/allanger/badhouseplants-net
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: latest
|
tag: latest
|
||||||
env:
|
baseURL: badhouseplants.net
|
||||||
HUGO_BASEURL: badhouseplants.net
|
|
||||||
|
|
||||||
istio:
|
istio:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user