mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-03 12:56:10 +08:00
19 lines
267 B
YAML
19 lines
267 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: backend
|
|
name: backend
|
|
spec:
|
|
ports:
|
|
- name: 80-8080
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
selector:
|
|
app: backend
|
|
type: ClusterIP
|
|
status:
|
|
loadBalancer: {}
|