rename cyberchef hostname from cf to cc [ci skip]

This commit is contained in:
Viktor Barzin 2024-07-08 18:50:21 +00:00
parent fd7a4c37c9
commit 04003bbd5e

View file

@ -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 = "/"