mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-03 04:51:10 +00:00
15 lines
244 B
YAML
15 lines
244 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: spring-boot-app-service
|
|
namespace: petclinic
|
|
spec:
|
|
selector:
|
|
app: spring-boot-app
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8080
|
|
nodePort: 30950
|
|
type: NodePort
|
|
|