mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
15 lines
419 B
YAML
15 lines
419 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 }}"
|
|
PUBLIC_HOST: "{{ .Values.base.host }}"
|
|
HANGAR_CONFIG_ENV: "{{ .Values.frontend.config.configEnv }}"
|
|
HANGAR_ALLOW_INDEXING: "{{ .Values.base.allowIndexing }}"
|
|
DEBUG: "hangar:*"
|
|
NITRO_CLUSTER_WORKERS: "4"
|