mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-28 03:41:59 +00:00
17 lines
498 B
YAML
17 lines
498 B
YAML
# Adds namespace to all resources.
|
|
namespace: default
|
|
|
|
bases:
|
|
- ../../config/default
|
|
|
|
resources:
|
|
- challenger-server-ingress.yaml
|
|
- cluster-issuer.yaml
|
|
|
|
patchesStrategicMerge:
|
|
# Fix labels and selectors to make challenger server accessible
|
|
- challenger-patch.yaml
|
|
# TODO: Implement 2 ingress resources, one for http and one for https (with cert-manager cert)
|
|
# or maybe it can be one to server both. The cert should be valid for 10.0.2.2.sslip.io
|
|
# which is how the qemu vm will access the server.
|