blob: c224e68c01f369533ed918adcd47e9e65d938e24 [file] [log] [blame]
# Copyright (c) 2024 VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
ingress_class_name: "{{ atmosphere_ingress_class_name }}"
# ingress_name: string
# ingress_namespace: string
# ingress_host: string
# ingress_service_name: string
# ingress_service_port: number
# ingress_secret_name: string
# List of annotations to apply to the Ingress
#
# NOTE(mnaser): These are typically used by the role that calls
# the ingress role to pass annotations to the
# Ingress resource. You should use role-specific
# variable to pass annotations or use the
# ingress_global_annotations variable to apply
# annotations to all Ingress resources.
ingress_annotations: {}
# List of annotations to apply to all Ingress resources
ingress_global_annotations: {}