14 lines
163 B
YAML
14 lines
163 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: tusd
|
||
|
namespace: tus
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: 8080
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: tusd
|
||
|
|