kubernetes: move jellyfin to private ingress

This commit is contained in:
2025-07-02 18:40:54 +03:00
parent 79e4a02657
commit 523c190c7a
2 changed files with 53 additions and 25 deletions

View File

@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "terraform-state" # Name of the MinIO bucket
key = "proxmox/terraform.tfstate" # Path to the state file in the bucket
key = "kubernetes/terraform.tfstate" # Path to the state file in the bucket
endpoint = var.minio_endpoint # MinIO API endpoint
access_key = var.minio_access_key # MinIO access key
secret_key = var.minio_secret_key # MinIO secret key