fix k8s upgrade issues [ci skip]
This commit is contained in:
parent
d22366eedb
commit
6870cee492
22 changed files with 242 additions and 136 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue