blob: f6e9098e4ca4302f56db49ecd2442c21a654aa57 [file] [log] [blame]
garciadeblas8d8cd992024-05-21 16:04:14 +02001#######################################################################################
2# Copyright ETSI Contributors and Others.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#######################################################################################
17
18# Transitent file to be sourced to bootstrap some key variables
19
20# Random passwords
garciadeblasfb9e6272025-10-24 10:29:35 +020021export GITEA_ADMINISTRATOR_PASSWORD=$(apg -a 1 -M sncl -n 1 -m 12 -x 12 -E '$`"\\'\''{}()<>|,&*')
22export GITEA_STD_USER_PASS=$(apg -a 1 -M sncl -n 1 -m 10 -x 10 -E '$`"\\'\''{}()<>|,&*')
garciadeblas8d8cd992024-05-21 16:04:14 +020023
24# Uncomment to deploy Gitea only as ClusterIP service (i.e., no LoadBalancer)
25# export GITEA_CHART_VALUES_FILE=values-all.yaml
26#
27# Uncomment to deploy Gitea using an Ingress for web services
28# export GITEA_CHART_VALUES_FILE=values-all.yaml