15 lines
186 B
YAML
Executable File
15 lines
186 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: web
|
|
name: nginx
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: web
|
|
version: V1.0.0
|