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 1470e58256
commit f6f47e7ec1
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 2 additions and 2 deletions

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

Binary file not shown.