mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-27 05:24:38 +08:00
13 lines
168 B
Go
13 lines
168 B
Go
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: template-single
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
selector:
|
|
app: template-single
|
|
|