17 lines
191 B
YAML
17 lines
191 B
YAML
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: apache
|
|
name: apache
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: apache
|
|
|