- add testing with K3D cluster - bump backend image to python 3.10-slim for newer python, smaller image. - bump to 1.2.0-beta.0
21 lines
343 B
YAML
21 lines
343 B
YAML
# k3s overrides for ci
|
|
# --------------------
|
|
|
|
|
|
# don't pull use, existing images
|
|
api_pull_policy: "Never"
|
|
nginx_pull_policy: "Never"
|
|
|
|
|
|
superuser:
|
|
# set this to enable a superuser admin
|
|
email: admin@example.com
|
|
|
|
# optional: if not set, automatically generated
|
|
# change or remove this
|
|
password: PASSW0RD!
|
|
|
|
|
|
local_service_port: 30870
|
|
|