implement huly
This commit is contained in:
22
deploy/huly/stats/stats-ingress.yaml
Normal file
22
deploy/huly/stats/stats-ingress.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
labels:
|
||||
app: stats
|
||||
name: stats
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: stats.huly.panic.haus
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: stats
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
Reference in New Issue
Block a user