add ingress to deployment

master
Robert Burgess 2024-08-14 12:02:16 -04:00
parent dcb38c98d9
commit 858f796db3
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ spec:
image: gitea.simplysyncedllc.com/dex/kx3dex_radio:1.3.0
ports:
- containerPort: 3000
ingress:
enabled: true
className: nginx
---
apiVersion: networking.k8s.io/v1
kind: Ingress