12 lines
143 B
YAML
12 lines
143 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: myapp
|
||
|
spec:
|
||
|
ports:
|
||
|
-
|
||
|
port: 8765
|
||
|
targetPort: 9376
|
||
|
selector:
|
||
|
app: example
|