Create public domain for go links

This commit is contained in:
2023-12-13 07:25:27 +11:00
parent 83ec925f01
commit f28ac40bd3
+27
View File
@@ -99,3 +99,30 @@ spec:
number: 80
path: /
pathType: Prefix
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: go-links-public-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- go.junv.me
secretName: go-links-webhook-tls
rules:
- host: go.junv.me
http:
paths:
- backend:
service:
name: go-links
port:
number: 80
path: /
pathType: Prefix