@@ -59,14 +59,22 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: yay-or-nay
|
name: yay-or-nay
|
||||||
|
namespace: yay-or-nay
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: yay-or-nay
|
app.kubernetes.io/name: yay-or-nay
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- "yay-or-nay.cluster.fun"
|
||||||
|
secretName: "yay-or-nay-ingress"
|
||||||
rules:
|
rules:
|
||||||
- host: yay-or-nay.cluster.fun
|
- host: "yay-or-nay.cluster.fun"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: "/"
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
Reference in New Issue
Block a user