Skip to content

Commit

Permalink
feat: add uds-runtime to bundle (#304)
Browse files Browse the repository at this point in the history
* feat: add uds-runtime to bundle

* Remove pepr restarter

* Enable SSO for runtime
  • Loading branch information
jacobbmay authored Dec 17, 2024
1 parent 0d50252 commit e496248
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,26 @@ packages:
path: ../../build
ref: 0.0.2

- name: uds-runtime
repository: ghcr.io/defenseunicorns/packages/uds/uds-runtime
ref: 0.11.0-registry1
overrides:
uds-runtime:
uds-runtime:
variables:
- name: RESOURCES
path: resources
default:
requests:
memory: "128Mi"
cpu: "250m"
limits:
memory: "2Gi"
cpu: "1500m"
- name: SSO_ENABLED
path: sso.enabled
default: true

# Additional manifests needed
- name: additional-manifests
path: ../../build
Expand Down
2 changes: 2 additions & 0 deletions config/uds-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ variables:
ADMIN_TLS_KEY: replace-me-key
TENANT_TLS_CERT: replace-me-cert
TENANT_TLS_KEY: replace-me-key
# CA_CERT value must be base64 encoded. Should be the same value set for ADDITIONAL_CA_CHAIN at the top of the config
CA_CERT: replace-me-with-additional-ca-chain
TENANT_HOST_LIST:
- "*"
- "*.nexus" # To add the multiple nexus sub-domain registries to the tenant gateway. Do not attempt *.*.nexus, Nexus only supports first-level subdomain routing.
Expand Down

0 comments on commit e496248

Please sign in to comment.