add ingress to deployment
parent
dcb38c98d9
commit
858f796db3
|
@ -34,6 +34,9 @@ spec:
|
||||||
image: gitea.simplysyncedllc.com/dex/kx3dex_radio:1.3.0
|
image: gitea.simplysyncedllc.com/dex/kx3dex_radio:1.3.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
className: nginx
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|
Loading…
Reference in New Issue