mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
18 lines
275 B
YAML
18 lines
275 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: nginx
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 80
|
||
|
protocol: TCP
|
||
|
name: http
|
||
|
targetPort: http-port
|
||
|
- port: 443
|
||
|
protocol: TCP
|
||
|
name: https
|
||
|
targetPort: https-port
|
||
|
selector:
|
||
|
app: nginx
|