This commit is contained in:
2026-03-29 22:39:48 +00:00
parent e5fa4976ec
commit 6b0c836b63

View File

@@ -1,24 +1,25 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: phpbb name: forum
namespace: forum namespace: forum
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
spec: spec:
tls: tls:
- hosts: - hosts:
- forum.apps.undercloud.dev - forum.apps.undercloud.dev
secretName: forum-tls secretName: forum-tls
rules: rules:
- host: forum.apps.undercloud.dev - host: forum.apps.undercloud.dev
http: http:
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: phpbb name: phpbb
port: port:
number: 80 number: 80