Change ingress api version

Change-Id: If9e31a2bf5f85f7f07fa81acccacd8e44b7d2ab9
This commit is contained in:
okozachenko 2020-07-06 19:45:12 +03:00
parent ffca2c07cc
commit c6231a80d0
5 changed files with 7 additions and 4 deletions

View File

@ -93,5 +93,8 @@ MAPPING = {
"monitoring.coreos.com/v1": {
"PodMonitor": PodMonitor,
"PrometheusRule": PrometheusRule,
},
"networking.k8s.io/v1beta1": {
"Ingress": Ingress
}
}

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: heat

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: horizon

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
{% if spec.ingress is defined %}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: keystone

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: magnum