fix k8s upgrade issues [ci skip]
This commit is contained in:
parent
73258b3581
commit
fd6d15c598
17 changed files with 192 additions and 114 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