Change ingress api version
Change-Id: If9e31a2bf5f85f7f07fa81acccacd8e44b7d2ab9
This commit is contained in:
parent
ffca2c07cc
commit
c6231a80d0
@ -93,5 +93,8 @@ MAPPING = {
|
||||
"monitoring.coreos.com/v1": {
|
||||
"PodMonitor": PodMonitor,
|
||||
"PrometheusRule": PrometheusRule,
|
||||
},
|
||||
"networking.k8s.io/v1beta1": {
|
||||
"Ingress": Ingress
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user