mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
14 lines
373 B
YAML
14 lines
373 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: hangar-frontend
|
|
labels:
|
|
{{- include "hangar.labels" . | nindent 4 }}
|
|
type: Opaque
|
|
stringData:
|
|
BACKEND_HOST: "{{ .Values.frontend.config.backendHost }}"
|
|
AUTH_HOST: "{{ .Values.base.authHost }}"
|
|
PUBLIC_HOST: "{{ .Values.base.host }}"
|
|
HANGAR_CONFIG_ENV: "{{ .Values.frontend.config.configEnv }}"
|
|
DEBUG: "hangar:*"
|