openstack-helm/neutron/values_overrides/annotations.yaml
ricolin 1913194abe Move Neutron to uWSGI.
Change-Id: I675375e132a5ba26d7a5b6e878f5709314e52646
2024-05-03 11:01:07 +08:00

25 lines
489 B
YAML

---
annotations:
pod:
default:
custom.tld/key: "value"
custom.tld/key2: "value2"
neutron_server:
another.tld/foo: "bar"
neutron_rpc_server:
another.tld/foo: "bar"
secret:
default:
custom.tld/key: "value"
custom.tld/key2: "value2"
identity:
admin:
another.tld/foo: "bar"
oci_image_registry:
neutron:
custom.tld/key: "value"
tls:
network_server_public:
custom.tld/key: "value"
...