struct RailsApp::Entrypoints::Ingress
- RailsApp::Entrypoints::Ingress
- Struct
- Value
- Object
Overview
Properties to assign to any Ingress
that gets created for this entrypoint.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
rails_app_operator.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, annotations : Nil | Hash(String, JSON::Any) = nil)
Instance Method Summary
-
#annotations : Hash(String, JSON::Any) | Nil
A
Hash(String, String)
representing the annotations that to apply to theIngress
resource to set NGINX configuration options.
Constructor Detail
Instance Method Detail
def annotations : Hash(String, JSON::Any) | Nil
#
A Hash(String, String)
representing the annotations that to apply to the Ingress
resource to set NGINX configuration options.
nginx.ingress.kubernetes.io/default-backend: not-available # Fall back to the `not-available` Service if there are no available pods