rename cyberchef hostname from cf to cc [ci skip]
This commit is contained in:
parent
fd7a4c37c9
commit
04003bbd5e
1 changed files with 2 additions and 2 deletions
|
|
@ -84,11 +84,11 @@ resource "kubernetes_ingress_v1" "cyberchef" {
|
||||||
|
|
||||||
spec {
|
spec {
|
||||||
tls {
|
tls {
|
||||||
hosts = ["cf.viktorbarzin.me"]
|
hosts = ["cc.viktorbarzin.me"]
|
||||||
secret_name = var.tls_secret_name
|
secret_name = var.tls_secret_name
|
||||||
}
|
}
|
||||||
rule {
|
rule {
|
||||||
host = "cf.viktorbarzin.me"
|
host = "cc.viktorbarzin.me"
|
||||||
http {
|
http {
|
||||||
path {
|
path {
|
||||||
path = "/"
|
path = "/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue