fix k8s upgrade issues [ci skip]

This commit is contained in:
viktorbarzin 2022-01-06 00:07:48 +00:00
parent d22366eedb
commit 6870cee492
No known key found for this signature in database
GPG key ID: 0EB088298288D958
22 changed files with 242 additions and 136 deletions

View file

@ -41,7 +41,7 @@ resource "kubernetes_service" "openwrt" {
# port: 443
# protocol: TCP
resource "kubernetes_ingress" "openwrt" {
resource "kubernetes_ingress_v1" "openwrt" {
metadata {
name = "openwrt-ingress"
namespace = "website"