mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-25 01:07:45 +00:00
15 lines
170 B
YAML
15 lines
170 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginxsvc
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: nginx
|
|
|