can have ing, why not
This commit is contained in:
parent
ff6d6d3fa4
commit
7b854a3143
1 changed files with 24 additions and 0 deletions
24
apps-kustomized/profilarr/ing.yaml
Normal file
24
apps-kustomized/profilarr/ing.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/target: internal-ingress.martyn.berlin
|
||||||
|
labels:
|
||||||
|
app: profilarr
|
||||||
|
name: profilarr
|
||||||
|
spec:
|
||||||
|
ingressClassName: internal-nginx
|
||||||
|
rules:
|
||||||
|
- host: profilarr.martyn.berlin
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- backend:
|
||||||
|
service:
|
||||||
|
name: profilarr
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- profilarr.martyn.berlin
|
||||||
Loading…
Add table
Reference in a new issue