style: remove commented placeholder lines from tls section

Co-authored-by: aider (openai/qwen2.5-coder:32b) <aider@aider.chat>
This commit is contained in:
Your Name
2026-01-17 22:29:50 +01:00
parent 897824716d
commit a35daeb5ba

View File

@@ -12,15 +12,11 @@ spec:
services: services:
- name: virtualinsanity-wordpress-svc - name: virtualinsanity-wordpress-svc
port: 80 port: 80
middlewares: # Middleware reference moved here middlewares:
- name: wordpress-security-headers - name: wordpress-security-headers
namespace: wordpress namespace: wordpress
tls: tls:
# Placeholder for cert-manager managed secret.
# You'll need to ensure cert-manager is configured to issue certificates for virtualinsanity.giaco.net
# and that it creates a secret named 'virtualinsanity-tls-secret'.
secretName: virtualinsanity-tls-secret secretName: virtualinsanity-tls-secret
# certResolver: myresolver # Uncomment and configure if using cert-manager with a specific resolverapiVersion: networking.k8s.io/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: virtualinsanity-ingress name: virtualinsanity-ingress