15 lines
255 B
YAML
15 lines
255 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: myapplication
|
|
name: myapplication
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: myapplication-http
|
|
port: 80
|
|
targetPort: 8080
|
|
selector:
|
|
io.kompose.service: myapplication
|