mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
16 lines
257 B
Text
16 lines
257 B
Text
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: nginx-ingress
|
||
|
|
namespace: kube-system
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- port: 80
|
||
|
|
name: http
|
||
|
|
- port: 443
|
||
|
|
name: https
|
||
|
|
- port: 18080
|
||
|
|
name: http-mgmt
|
||
|
|
selector:
|
||
|
|
k8s-app: nginx-ingress-controller
|