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